Skip to content

Commit

Permalink
ci: Run clippy with signaling feature enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Mar 31, 2024
1 parent 676a8a2 commit fc7ab02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: Swatinem/[email protected]

- name: Run cargo clippy
run: cargo clippy --all-targets -- -D warnings
run: cargo clippy --features signaling --all-targets -- -D warnings

lint-wasm:
name: Clippy wasm
Expand Down

0 comments on commit fc7ab02

Please sign in to comment.