letters
letters copied to clipboard
CI does not run tests
The current GitHub workflow runs make test which does not exist, only make test-all. Either create a target for only unit tests or change the CI to use the test-all target.
I think the right thing to do here is to change the makefile target to test and run non-service tests. Service tests relies on external services when sending emails and the validation is expected to happen manually, so it does not make sense to run them by the CI.
I agree with Miko