Skip to content

Commit

Permalink
Update pythonapp.yml
Browse files Browse the repository at this point in the history
changed test command
  • Loading branch information
dondaum authored Jan 6, 2020
1 parent 0b31e63 commit 59c433c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with unittest
run: |
cd parsesql
python tests/run_all.py
python -m tests.run_all

0 comments on commit 59c433c

Please sign in to comment.