Skip to content

Commit 8488320

Browse files
committed
CI: On Nightly toolchains, test the benchmarks instead of just building them.
`cargo test` will run one iteration of each benchmark to provide evidence that they don't fail in an obvious way (e.g. unintended panics).
1 parent 2ec38ad commit 8488320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- run: cargo test --features=std
6262
- run: cargo test --features=custom # custom should do nothing here
6363
- if: ${{ matrix.toolchain == 'nightly' }}
64-
run: cargo build --benches
64+
run: cargo test --benches
6565

6666
linux-tests:
6767
name: Additional Linux targets

0 commit comments

Comments
 (0)