You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
To run integration-tests, we have to start the api in the background with make run-test, and then run the integration tests with make integration-test. This is already being implemented in #429. Ideally, we want to simplify this process by making make integration-test start the api, run the integration test, and then kill it with pkill or a similar command.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To run integration-tests, we have to start the api in the background with
make run-test
, and then run the integration tests withmake integration-test
. This is already being implemented in #429. Ideally, we want to simplify this process by makingmake integration-test
start the api, run the integration test, and then kill it withpkill
or a similar command.The text was updated successfully, but these errors were encountered: