reacherhq/backend

Re-enable the test CI job

amaury1093 opened this issue · 0 comments

In #254, we disabled the CI, to be able to merge the PR and do some testing on bulk email verification:

if: false # skip job until tests can be fixed

We should re-enable this CI job.

It would require setting up a mock Postgres DB for unit tests. Or maybe, we can use feature flags? #262