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 8e2d9e8 commit c8f21eaCopy full SHA for c8f21ea
.github/workflows/rust.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: cargo clippy
30
run: cargo clippy --all -- -D clippy
31
- name: cargo package
32
- run : cargo package && cargo package --manifest-path static-metric/Cargo.toml
+ run: cargo package
33
criterion:
34
name: "Benchmarks (criterion)"
35
runs-on: ubuntu-latest
0 commit comments