Skip to content

Commit 479900c

Browse files
committed
test
1 parent d480cce commit 479900c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_on_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208

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

0 commit comments

Comments
 (0)