aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2020-12-30 09:52:42 -0500
committerJames McCoy <jamessan@jamessan.com>2020-12-30 09:52:42 -0500
commit2f1dc213795036e3470e6e3eec62372d91f945e2 (patch)
treed05c7ad61913aff3d878f54ab02a76f6832946df
parent5964c0597ac9430eced63fd3742a41881ce2ccf5 (diff)
downloadrneovim-2f1dc213795036e3470e6e3eec62372d91f945e2.tar.gz
rneovim-2f1dc213795036e3470e6e3eec62372d91f945e2.tar.bz2
rneovim-2f1dc213795036e3470e6e3eec62372d91f945e2.zip
ci(GHA): Disable fail-fast for CI checks
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 97e1ed8742..3653f04d5d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,6 +9,7 @@ jobs:
unixish:
name: ${{ matrix.os }} ${{ matrix.flavor }} (cc=${{ matrix.cc }})
strategy:
+ fail-fast: false
matrix:
include:
- flavor: asan
@@ -90,6 +91,7 @@ jobs:
DEPS_PREFIX: "C:/projects/nvim-deps/usr"
strategy:
+ fail-fast: false
matrix:
config: [ MINGW_64-gcov, MINGW_32, MSVC_64, MSVC_32 ]
name: windows (${{ matrix.config }})