From 7526011c93d6c01c3357e02780eeb7d37e533aeb Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Tue, 24 Oct 2023 12:36:10 +0530 Subject: [PATCH] Improve github action --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bfdc3d..3b67c38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,7 @@ concurrency: jobs: tests: name: Vim Table Mode Tests - continue-on-error: true strategy: - fail-fast: false matrix: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }}