Skip to content

Commit

Permalink
Don't run slow tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland committed Sep 24, 2023
1 parent 551d397 commit b63ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
pip install hatch
- name: Run tests
run: |
hatch -v run test
hatch -v run test -m "not slow"

0 comments on commit b63ccdc

Please sign in to comment.