summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-04-22 17:16:42 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-04-22 20:55:23 -0500
commit6e1679f7fb53a7edd2133f3a5ab2d8ca40ddccdb (patch)
tree32f3626643cc6b1e5102a6e627e8142d5dfd912a /.github
parentf2bf9bbfd8d711e9dfc8ccce83f439d765d484cb (diff)
downloadrequests-cache-6e1679f7fb53a7edd2133f3a5ab2d8ca40ddccdb.tar.gz
Combine test_cache.py with BaseCacheTest to run these tests for all backends
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 36e2423..10f778d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
# Run longer stress tests if this is a release or merge to master
- name: Run stress tests
if: startsWith(github.ref, 'refs/tags/v') || endsWith(github.ref, '/master')
- run: STRESS_TEST_MULTIPLIER=5 pytest tests/integration/test_thread_safety.py
+ run: STRESS_TEST_MULTIPLIER=5 pytest tests/integration/ -k 'multithreaded'
# Run code analysis checks
analyze: