Disable fail fast on CI

This commit is contained in:
Igor Shaposhnik
2020-04-22 21:21:24 +03:00
committed by Josh Groves
parent 0fb47262ea
commit 36289ea720

View File

@@ -12,6 +12,7 @@ jobs:
env:
RUSTFLAGS: ${{ matrix.RUSTFLAGS }}
strategy:
fail-fast: false
matrix:
os: [macos-10.15, ubuntu-18.04, windows-2019]
wasm: [true, false]