diff --git a/.github/workflows/3d_parallelism_unit_tests.yaml b/.github/workflows/3d_parallelism_unit_tests.yaml index f2797418..05d0f9f6 100644 --- a/.github/workflows/3d_parallelism_unit_tests.yaml +++ b/.github/workflows/3d_parallelism_unit_tests.yaml @@ -59,4 +59,4 @@ jobs: - name: Run tests # NOTE: -m "not fa2" will run all the unit tests that don't have the mark # "fa2" (these are FA2-related tests, we can't run it on T4) - run: pytest -n 1 -m "not fa2" --color=yes --durations=0 --verbose tests/ + run: pytest -n 5 -m "not fa2" --color=yes --durations=0 --verbose tests/