From e66a13b7edaff826881efb9acc4ff7cb05251bde Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Thu, 31 Aug 2023 22:05:47 +0530 Subject: [PATCH] Improved testing --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e63cc5..661ea79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,9 @@ concurrency: jobs: tests: name: Vim Table Mode Tests + continue-on-error: true strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] neovim: [false, true]