Skip to content

Commit 412e0d5

Browse files
authored
Merge pull request #309 from briansmith/b/test-benches
CI: On Nightly toolchains, test the benchmarks instead of just building them.
2 parents 2ec38ad + 8488320 commit 412e0d5

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)