Skip to content

Commit

Permalink
Merge pull request #309 from briansmith/b/test-benches
Browse files Browse the repository at this point in the history
CI: On Nightly toolchains, test the benchmarks instead of just building them.
  • Loading branch information
josephlr committed Oct 23, 2022
2 parents 2ec38ad + 8488320 commit 412e0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
- run: cargo test --features=std
- run: cargo test --features=custom # custom should do nothing here
- if: ${{ matrix.toolchain == 'nightly' }}
run: cargo build --benches
run: cargo test --benches

linux-tests:
name: Additional Linux targets
Expand Down

0 comments on commit 412e0d5

Please sign in to comment.