Skip to content

Commit

Permalink
chore(gh): exclude pytest since it's pretty slow on the server; just …
Browse files Browse the repository at this point in the history
…run it locally
  • Loading branch information
robinvandernoord committed Sep 28, 2023
1 parent f69bfdd commit c6c208e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/su6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- run: pip install .[dev,drive]
- run: su6 all --coverage 100
- run: su6 all --coverage 100 --exclude pytest

0 comments on commit c6c208e

Please sign in to comment.