[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: env:
RUSTFLAGS: ${{ matrix.RUSTFLAGS }} RUSTFLAGS: ${{ matrix.RUSTFLAGS }}
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [macos-10.15, ubuntu-18.04, windows-2019] os: [macos-10.15, ubuntu-18.04, windows-2019]
wasm: [true, false] wasm: [true, false]