1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-25 12:00:49 +02:00

fix a syntax error in ci.yml

This commit is contained in:
Jack O'Connor 2019-12-09 21:25:24 -05:00
parent 399167722c
commit 61b34f35b4

View File

@ -3,7 +3,7 @@ name: tests
on: [push]
jobs:
cargo tests:
cargo_tests:
name: Rust ${{ matrix.rust_version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
@ -25,7 +25,7 @@ jobs:
# detection, so it'll be built, but it probably won't run.
- run: cargo test --features=c_avx512,rayon
cross tests:
cross_tests:
name: cross tests
runs-on: ubuntu-latest