aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-01-22 10:53:47 +0000
committerAleksey Kladov <[email protected]>2020-01-22 10:53:47 +0000
commitb982d60a4d512602b54f79b39119bde0f7e50f87 (patch)
tree8d7e47b15acec3abdde43febb13bf500320288be /.github
parente95794da439cbe3d49a7f48c169e1efc1354b7cc (diff)
Don't fail fast on CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml1
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: