From ae0b7f55bfca04aebfe601f5dee37311acaba357 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 28 Feb 2024 15:51:04 +0530 Subject: Remove continue-on-error --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55c197f..89b8a19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,6 @@ concurrency: jobs: test: runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: -- cgit v1.2.3