summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-02-21 13:42:55 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-02-22 18:53:29 -0600
commita5e87b2cb43a5407c20eedb3ade3a2f4935d79d2 (patch)
tree9395e572b8b297b758c7caad198148da092d1ad1 /.github
parent3d9d4c4be3fe4f46f5e48e547b8ffa0cf8ce07f8 (diff)
downloadrequests-cache-a5e87b2cb43a5407c20eedb3ade3a2f4935d79d2.tar.gz
Run additional stress tests with multiple processes
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: