Skip to content

Commit

Permalink
Fix python test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrieleMessina authored Mar 10, 2024
1 parent 256e6e6 commit 810b48e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest
python -m pytest tests/
# python -m unittest discover -s ./test -p 'test*.py'
# python -m unittest tests.grammar_test

0 comments on commit 810b48e

Please sign in to comment.