diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 1 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 }}) @@ -5,7 +5,6 @@ [Twitter](https://twitter.com/Neovim) [](https://github.com/neovim/neovim/actions?query=workflow%3A%22CI%22) -[](https://ci.appveyor.com/project/neovim/neovim/branch/master) [](https://codecov.io/gh/neovim/neovim) [](https://scan.coverity.com/projects/2227) [](https://neovim.io/doc/reports/clang) |