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
+1 -1
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