Skip to content

Commit

Permalink
cosmetic change
Browse files Browse the repository at this point in the history
Signed-off-by: Jacek Bieniusiewicz <jbieniusiewi@nvidia.com>
  • Loading branch information
jbieniusiewi committed Dec 17, 2024
1 parent 56a901b commit 0307223
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:
elif [[ "${{ matrix.test_type }}" == "fault_tolerance" ]]; then
pytest -s -vvv ./tests/fault_tolerance/unit/
elif [[ "${{ matrix.test_type }}" == "ptl_resiliency" ]]; then
pytest -s -vvv ./tests/ptl_resiliency/unit/test_ft_state_machine.py
pytest -s -vvv ./tests/ptl_resiliency/unit/test_ft_state_machine.py
elif [[ "${{ matrix.test_type }}" == "inprocess" ]]; then
pytest -s -vvv ./tests/inprocess/{test_compose.py,test_monitor_thread.py,test_rank_assignment.py,test_timeout.py,test_wrap.py}
pytest -s -vvv ./tests/inprocess/{test_compose.py,test_monitor_thread.py,test_rank_assignment.py,test_timeout.py,test_wrap.py}
else
echo "Unknown test type: ${{ matrix.test_type }}"
exit 1
echo "Unknown test type: ${{ matrix.test_type }}"
exit 1
fi

0 comments on commit 0307223

Please sign in to comment.