mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 11:14:10 +00:00
ci(GHA): Disable fail-fast for CI checks
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 }})
|
||||
|
||||
Reference in New Issue
Block a user