summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-15 18:28:23 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-15 18:32:31 -0500
commitd3a572ae7dd2b2c1b3db8bafe1338a3cac8e950b (patch)
tree245c06e91c7f21bb1ce236b567929fe2ac6f7e4e /.github
parentaf1444e94f69986bb5c82768c4bffcfe666573b6 (diff)
downloadrequests-cache-d3a572ae7dd2b2c1b3db8bafe1338a3cac8e950b.tar.gz
Set stress test multiplier back to 5 for pre-deploy tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 4d53618..4da9bd8 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -19,6 +19,7 @@ on:
env:
LATEST_PY_VERSION: '3.10'
+ STRESS_TEST_MULTIPLIER: 5
jobs:
# Run tests for all supported requests versions
@@ -73,7 +74,7 @@ jobs:
run: |
source $VENV
nox -e test-current
- nox -e stress
+ nox -e stress -- ${{ env.STRESS_TEST_MULTIPLIER }}
# Deploy stable builds on tags only, and pre-release builds from manual trigger ("workflow_dispatch")
release: