Skip to content

Commit

Permalink
select all straggler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbieniusiewi committed Oct 16, 2024
1 parent da07642 commit bef59a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
pytest -s -vvv -m "not gpu" ./tests/fault_tolerance/unit/
- name: Run Straggler unit tests
run: |
pytest -s -vvv -m "not gpu" ./tests/straggler/unit/test_data_shared.py
pytest -s -vvv -m "not gpu" ./tests/straggler/unit/
- name: Run PTL callbacks unit tests
run: |
pytest -s -vvv -m "not gpu" ./tests/ptl_resiliency/unit/

0 comments on commit bef59a1

Please sign in to comment.