We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c57ed commit a1d4a38Copy full SHA for a1d4a38
.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
138
if: matrix.os == 'ubuntu-latest'
139
run: cargo test --manifest-path=native/Cargo.toml --release --no-default-features
140
- name: clippy
141
- run: cargo clippy --all-targets --all-features
+ run: cargo clippy --manifest-path=native/Cargo.toml --all-targets --all-features
142
- name: compile-benchmarks
143
run: cargo bench --manifest-path=native/Cargo.toml --no-run
144
0 commit comments