1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-28 06:59:40 +02:00

add cargo +nightly test --benches to CI

This commit is contained in:
Jack O'Connor 2019-12-10 14:57:46 -05:00
parent cbaf350c05
commit 4ca4c60694

View File

@ -41,3 +41,15 @@ jobs:
- run: cross test --target armv7-unknown-linux-gnueabihf --features=c_neon - run: cross test --target armv7-unknown-linux-gnueabihf --features=c_neon
- run: cross test --target aarch64-unknown-linux-gnu - run: cross test --target aarch64-unknown-linux-gnu
- run: cross test --target aarch64-unknown-linux-gnu --features=c_neon - run: cross test --target aarch64-unknown-linux-gnu --features=c_neon
bench_tests:
name: bench tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- run: cargo test --benches