turn off fail-fast again

This commit is contained in:
Pat Hickey
2021-05-07 15:42:03 -07:00
parent b450094dad
commit 86bd56f6d1

View File

@@ -208,6 +208,7 @@ jobs:
name: Test name: Test
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
matrix: matrix:
build: [stable, beta, nightly, windows, macos] build: [stable, beta, nightly, windows, macos]
include: include:
@@ -382,6 +383,7 @@ jobs:
name: Build wasmtime name: Build wasmtime
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
matrix: matrix:
include: include:
- build: x86_64-linux - build: x86_64-linux