Skip to content

Commit

Permalink
Using module for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Dec 10, 2024
1 parent 60c1ee2 commit 4813129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: python setup.py install

- name: Test
run: python setup.py test
run: python -m unittest discover -s tests

- name: install coveralls
run: pip install coveralls
Expand Down

0 comments on commit 4813129

Please sign in to comment.