Skip to content

Commit

Permalink
ci: avoid checking jack feature on macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Dec 24, 2024
1 parent a62d6f0 commit 8309c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:

# run checks and tests
- name: Clippy
run: cargo clippy --all-features -- -D warnings
# run: cargo clippy --all-features -- -D warnings
run: cargo clippy --all-targets -- -D warnings
- name: Fmt
run: cargo fmt -- --check --color always
- name: Lint
Expand Down

0 comments on commit 8309c7e

Please sign in to comment.