diff options
| author | Sibi Prabakaran <sibi@psibi.in> | 2024-02-28 15:51:04 +0530 |
|---|---|---|
| committer | Sibi Prabakaran <sibi@psibi.in> | 2024-02-28 15:51:04 +0530 |
| commit | ae0b7f55bfca04aebfe601f5dee37311acaba357 (patch) | |
| tree | bd8717b9e49584982cb79480c5440d7872ff8d0b /.github | |
| parent | f99d84afb8d096d0aa934e8d52bfed4c1b314d36 (diff) | |
| download | rust-mode-ae0b7f55bfca04aebfe601f5dee37311acaba357.tar.gz | |
Remove continue-on-error
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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: |
