aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2020-12-30 22:13:01 -0500
committerGitHub <noreply@github.com>2020-12-30 22:13:01 -0500
commit0efbab5f5e670ca33ea4d0ed20d9702aab8d7de1 (patch)
tree5c5e2c4cacbc117e6872e2d92a197e2538476708 /.github/workflows
parent00247ecadc03df6791a9d5d1b971b01fc8ea6e2f (diff)
parent2f1dc213795036e3470e6e3eec62372d91f945e2 (diff)
downloadrneovim-0efbab5f5e670ca33ea4d0ed20d9702aab8d7de1.tar.gz
rneovim-0efbab5f5e670ca33ea4d0ed20d9702aab8d7de1.tar.bz2
rneovim-0efbab5f5e670ca33ea4d0ed20d9702aab8d7de1.zip
Merge pull request #13644 from jamessan/ci-tweaks
Diffstat (limited to '.github/workflows')
-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 }})