Skip to content

Commit 32a8052

Browse files
author
sfluegel
committed
run unittests only for tests/unit folder
1 parent 5bb2f83 commit 32a8052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
2525
python -m pip install -e .
2626
- name: Display Python version
27-
run: python -m unittest
27+
run: python -m unittest discover -s tests/unit

0 commit comments

Comments
 (0)