Skip to content

Commit 123a11a

Browse files
committed
don't fail if beta is failing
1 parent 0a611a0 commit 123a11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
tests:
1616
name: Tests
1717
runs-on: ${{ matrix.os }}
18-
continue-on-error: ${{ matrix.toolchain == 'nightly' }}
18+
continue-on-error: ${{ matrix.toolchain == 'nightly' || matrix.toolchain == 'beta' }}
1919
strategy:
2020
fail-fast: false
2121
matrix:

0 commit comments

Comments
 (0)