From 5964c0597ac9430eced63fd3742a41881ce2ccf5 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 30 Dec 2020 09:49:35 -0500 Subject: [PATCH 1/2] Remove Appveyor badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e2c82fa6e7..180fc1df14 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [Twitter](https://twitter.com/Neovim) [![GitHub CI](https://github.com/neovim/neovim/workflows/CI/badge.svg)](https://github.com/neovim/neovim/actions?query=workflow%3A%22CI%22) -[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/urdqjrik5u521fac/branch/master?svg=true)](https://ci.appveyor.com/project/neovim/neovim/branch/master) [![Codecov coverage](https://img.shields.io/codecov/c/github/neovim/neovim.svg)](https://codecov.io/gh/neovim/neovim) [![Coverity Scan analysis](https://scan.coverity.com/projects/2227/badge.svg)](https://scan.coverity.com/projects/2227) [![Clang analysis](https://neovim.io/doc/reports/clang/badge.svg)](https://neovim.io/doc/reports/clang) From 2f1dc213795036e3470e6e3eec62372d91f945e2 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 30 Dec 2020 09:52:42 -0500 Subject: [PATCH 2/2] ci(GHA): Disable fail-fast for CI checks --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }})