Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
willjmax authored Nov 20, 2023
1 parent 54f3b2d commit 91a1a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
python-version: 3.8

- name: Run unit tests
run: python -u -m unittest discover -v
run: python -u -m unittest tests.py
working-directory: code

0 comments on commit 91a1a03

Please sign in to comment.