Skip to content

Commit 6e7085d

Browse files
committed
actually use xdist
1 parent 09dd385 commit 6e7085d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
SELENIUM_WEBDRIVER: ${{ matrix.browser }}
7777
ENABLE_GEOCACHE_TEST: '1'
7878
DJANGO_SETTINGS_MODULE: 'MemberManagement.test_settings'
79-
run: poetry run pytest --time-limit=300
79+
run: poetry run pytest -n 4 --time-limit=300
8080

8181
smoke:
8282
name: Docker Smoke Test

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"python.formatting.provider": "black",
33
"python.testing.pytestArgs": [
4-
"."
4+
".",
5+
"-n 2"
56
],
67
"python.testing.unittestEnabled": false,
78
"python.testing.pytestEnabled": true,

0 commit comments

Comments
 (0)