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:
commit
412e0d5ff5
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user