We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dd385 commit 6e7085dCopy full SHA for 6e7085d
2 files changed
.github/workflows/main.yml
@@ -76,7 +76,7 @@ jobs:
76
SELENIUM_WEBDRIVER: ${{ matrix.browser }}
77
ENABLE_GEOCACHE_TEST: '1'
78
DJANGO_SETTINGS_MODULE: 'MemberManagement.test_settings'
79
- run: poetry run pytest --time-limit=300
+ run: poetry run pytest -n 4 --time-limit=300
80
81
smoke:
82
name: Docker Smoke Test
.vscode/settings.json
@@ -1,7 +1,8 @@
1
{
2
"python.formatting.provider": "black",
3
"python.testing.pytestArgs": [
4
- "."
+ ".",
5
+ "-n 2"
6
],
7
"python.testing.unittestEnabled": false,
8
"python.testing.pytestEnabled": true,
0 commit comments