Skip to content

Commit

Permalink
Update 3d_parallelism_unit_tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke authored Jan 29, 2024
1 parent f6d9847 commit f675daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/3d_parallelism_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -m "not fa2" --color=yes --durations=0 --verbose tests/
run: pytest -n 5 -m "not fa2" --color=yes --durations=0 --verbose tests/

0 comments on commit f675daf

Please sign in to comment.