Skip to content

Commit

Permalink
Made CI to run clippy_check and test in order
Browse files Browse the repository at this point in the history
This is done so that not all tests are running even if one of them fails
  • Loading branch information
AS1100K committed Aug 10, 2024
1 parent 506a469 commit a7a0baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

# Run cargo clippy -- -D warnings
clippy_check:
needs: test
name: Clippy
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit a7a0baf

Please sign in to comment.