Skip to content

Commit 9fc5e76

Browse files
authored
chore(tests): improve GHA pytest-xdist performance (#2575)
1 parent 9389e4e commit 9fc5e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/.env-ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
22
ANALYTICS_DATABASE_URL=postgres://postgres:postgres@localhost:5432/analytics
3-
PYTEST_ADDOPTS=--cov . --cov-report xml -n auto
3+
PYTEST_ADDOPTS=--cov . --cov-report xml -n auto --dist worksteal

0 commit comments

Comments
 (0)