Skip to content

Commit a1d4a38

Browse files
committed
fix manifest path
1 parent 53c57ed commit a1d4a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
if: matrix.os == 'ubuntu-latest'
139139
run: cargo test --manifest-path=native/Cargo.toml --release --no-default-features
140140
- name: clippy
141-
run: cargo clippy --all-targets --all-features
141+
run: cargo clippy --manifest-path=native/Cargo.toml --all-targets --all-features
142142
- name: compile-benchmarks
143143
run: cargo bench --manifest-path=native/Cargo.toml --no-run
144144

0 commit comments

Comments
 (0)