Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cogu authored May 28, 2023
1 parent b457623 commit a784820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run unit tests
run: |
python -m unittest discover -v -s ./tests -p "tests_*.py"
python -m unittest discover -v -s ./tests -p "test_*.py"

0 comments on commit a784820

Please sign in to comment.