mozilla / fxa-oauth-server

OAuth server for Firefox Accounts
48 stars 40 forks source link

Run circleci tests with DB=mysql #581

Closed rfk closed 6 years ago

rfk commented 6 years ago

As noted in [1], CircleCI currently only runs tests with the memory database, which means we don't get coverage of mysql-specific changes when testing PRs in the private repo. We should enable CircleCI to test the mysql backend as well.

[1] https://github.com/mozilla/fxa-oauth-server/pull/576#issuecomment-403924350