We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9389e4e commit 9fc5e76Copy full SHA for 9fc5e76
api/.env-ci
@@ -1,3 +1,3 @@
1
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
2
ANALYTICS_DATABASE_URL=postgres://postgres:postgres@localhost:5432/analytics
3
-PYTEST_ADDOPTS=--cov . --cov-report xml -n auto
+PYTEST_ADDOPTS=--cov . --cov-report xml -n auto --dist worksteal
0 commit comments