From a6886f2997c4f83b268ccf4796bdaad8372788b4 Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Sat, 2 Jan 2021 16:09:32 +0900 Subject: [PATCH] [add] fail fast options --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b160bb9..fd57c071 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: name: Test runs-on: ubuntu-latest strategy: + fail-fast: false matrix: vim_version: - 'v8.2.1000'