Skip to content

Commit

Permalink
Fail at clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Sep 20, 2023
1 parent c3a5c49 commit a2dba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: cargo fmt --all --check

- name: Run clippy
run: cargo clippy --workspace --all-targets
run: cargo clippy --workspace --all-targets -- -D warnings

evm_bridge:
name: Build and test EVM bridge
Expand Down

0 comments on commit a2dba2a

Please sign in to comment.