From 34deed3f223f80ecc63627ea7a86c7fd1593960c Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Thu, 12 Aug 2021 15:17:09 -0500 Subject: Run integration tests in parallel, and combine MongoDB and GridFS tests into the same module so they get run sequentially --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.1