1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-30 15:46:09 +02:00

stop skipping all other builds when one CI build fails

This commit is contained in:
Jack O'Connor 2020-02-06 18:43:50 -05:00
parent fc219f4f8d
commit ca62c4724d

View File

@ -7,6 +7,7 @@ jobs:
name: ${{ matrix.rust_version }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
rust_version: [stable, beta, nightly]
os: [ubuntu-latest, windows-latest, macOS-latest]