Skip to content

Commit 3b610f1

Browse files
authored
Update test.yml
1 parent b5f8226 commit 3b610f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535
pip3 install 'setuptools>=69.1.0' --force-reinstall
3636
- name: Run Tests
3737
run: |
38-
coverage run setup.py test
39-
coverage xml
38+
python -m unittest discover
39+
# coverage run setup.py test
40+
# coverage xml

0 commit comments

Comments
 (0)