[rs] 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 e8244ae5e3
commit 94c06b0c9b

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]