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
Server tests require deploying services and are slower. Currently, CI only runs (fast) client tests, while server tests are marked as "slow" and must be run using pytest --runslow. When do we want to run the slow jobs in CI?
Objective: define CI conditions and job to run server tests.
Requirements:
identify conditions (e.g. server files change, commits on main, PR open, ...)
implement GA workflow
optional: makefile rule for server tests
The text was updated successfully, but these errors were encountered:
Server tests require deploying services and are slower. Currently, CI only runs (fast) client tests, while server tests are marked as "slow" and must be run using
pytest --runslow
. When do we want to run the slow jobs in CI?Objective: define CI conditions and job to run server tests.
Requirements:
The text was updated successfully, but these errors were encountered: