We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9d6a9 commit a590b5dCopy full SHA for a590b5d
.github/workflows/solana.yml
@@ -50,7 +50,7 @@ jobs:
50
run: cargo check --workspace --tests --manifest-path Cargo.toml
51
52
- name: Run `cargo clippy`
53
- 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
54
55
- name: Cache solana tools
56
id: cache-solana
0 commit comments