diff options
author | Aleksey Kladov <[email protected]> | 2020-01-22 10:53:47 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-01-22 10:53:47 +0000 |
commit | b982d60a4d512602b54f79b39119bde0f7e50f87 (patch) | |
tree | 8d7e47b15acec3abdde43febb13bf500320288be | |
parent | e95794da439cbe3d49a7f48c169e1efc1354b7cc (diff) |
Don't fail fast on CI
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c81dd97e..2605bc6ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -12,6 +12,7 @@ jobs: | |||
12 | name: Rust | 12 | name: Rust |
13 | runs-on: ${{ matrix.os }} | 13 | runs-on: ${{ matrix.os }} |
14 | strategy: | 14 | strategy: |
15 | fail-fast: false | ||
15 | matrix: | 16 | matrix: |
16 | os: [ubuntu-latest, windows-latest, macos-latest] | 17 | os: [ubuntu-latest, windows-latest, macos-latest] |
17 | env: | 18 | env: |