1 parent 0839ba6 commit 7a4f356Copy full SHA for 7a4f356
1 file changed
.github/workflows/rust.yml
@@ -71,4 +71,4 @@ jobs:
71
uses: Swatinem/rust-cache@v2.8.0
72
- name: Compile benchmarks, but do not run them
73
# There are no benchmarks with "nothing" in their name, hence this command only compiles the benchmarks but does not run them.
74
- run: cargo bench --all-features nothing
+ run: cargo bench --all-features --no-run
0 commit comments