Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
littsk committed Oct 23, 2023
1 parent d480cce commit 479900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:

- name: Execute Unit Testing
run: |
CURL_CA_BUNDLE="" PYTHONPATH=$PWD pytest -m "not largedist" --testmon --testmon-forceselect --testmon-cov=. --durations=10 tests/
CURL_CA_BUNDLE="" PYTHONPATH=$PWD pytest -m "not largedist" --testmon --testmon-forceselect --testmon-cov=. --durations=10 tests/test_cluster/test_device_mesh_manager.py
env:
DATA: /data/scratch/cifar-10
NCCL_SHM_DISABLE: 1
Expand Down

0 comments on commit 479900c

Please sign in to comment.