Skip to content

Commit

Permalink
Invoke the unittest-based test file directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Aug 9, 2024
1 parent eae8346 commit ffd991e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
flake8
- name: Tests
run: |
python -m pytest -v
python tests/test_checker.py -v
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
flake8==7.1.0
pytest==8.3.2

0 comments on commit ffd991e

Please sign in to comment.