summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 1ff4976..686241b 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -74,8 +74,8 @@ jobs:
run: |
source $VENV
pytest -x ${{ env.XDIST_ARGS }} tests/unit
- pytest -x ${{ env.XDIST_ARGS }} tests/integration -k 'not multithreaded'
- STRESS_TEST_MULTIPLIER=5 pytest tests/integration -k 'multithreaded'
+ pytest -x ${{ env.XDIST_ARGS }} tests/integration -k 'not concurrency'
+ STRESS_TEST_MULTIPLIER=5 pytest tests/integration -k 'concurrency'
# Deploy stable builds on tags only, and pre-release builds from manual trigger ("workflow_dispatch")
release: