Skip to content

Commit

Permalink
Run pytest on the whole directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 16, 2024
1 parent 1df3422 commit b85dc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run tests
run: |
poetry run pytest app
poetry run pytest
continue-on-error: false

- name: Run Bandit for security analysis
Expand Down

0 comments on commit b85dc0a

Please sign in to comment.