summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-12 15:17:09 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-12 15:27:00 -0500
commit34deed3f223f80ecc63627ea7a86c7fd1593960c (patch)
tree74312f9f3fb009f60ed6cd1252f2967a46c66409 /.github
parent222be9e017ebce3c73aeddc25c47dca326f14804 (diff)
downloadrequests-cache-34deed3f223f80ecc63627ea7a86c7fd1593960c.tar.gz
Run integration tests in parallel, and combine MongoDB and GridFS tests into the same module so they get run sequentially
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 29c85c7..7706173 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
run: |
source $VENV
pytest -rs -x tests/unit ${{ env.XDIST_ARGS }} ${{ env.COVERAGE_ARGS }}
- pytest -rs -x tests/integration --cov-append ${{ env.COVERAGE_ARGS }}
+ pytest -rs -x tests/integration --cov-append ${{ env.XDIST_ARGS }} ${{ env.COVERAGE_ARGS }}
# Latest python version: send coverage report to coveralls
- name: Run coveralls