Merge pull request #309 from briansmith/b/test-benches

CI: On Nightly toolchains, test the benchmarks instead of just building them.
This commit is contained in:
Joseph Richey 2022-10-23 00:26:23 -07:00 committed by GitHub
commit 412e0d5ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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