Skip to content

Commit 4f65286

Browse files
committed
Fix CI
1 parent 91ce8ce commit 4f65286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
pip install -e .
3535
- name: run tests
3636
run: |
37-
coverage run setup.py test
37+
coverage run -m unittest discover tests
3838
codecov

0 commit comments

Comments
 (0)