We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bafb77 commit d5b47f1Copy full SHA for d5b47f1
.github/workflows/solana.yml
@@ -64,7 +64,7 @@ jobs:
64
run: cargo check --workspace --tests --manifest-path Cargo.toml
65
66
- name: Run `cargo clippy`
67
- run: cargo clippy --workspace --tests --manifest-path solana/Cargo.toml -- -Dclippy::cast_possible_truncation
+ run: cargo clippy --workspace --tests --manifest-path Cargo.toml -- -Dclippy::cast_possible_truncation
68
69
- name: Cache solana tools
70
id: cache-solana
0 commit comments