Skip to content

Commit

Permalink
Run tests after ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmpr committed Mar 29, 2024
1 parent 9aeffdf commit 6c56c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: ruff check --output-format=github

run-tests:
needs: [ruff]
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
Expand Down

0 comments on commit 6c56c64

Please sign in to comment.