Skip to content

Commit 54116bd

Browse files
authored
Merge pull request #580 from nathanwhit/ci
Don't fail CI if only nightly fails
2 parents 173ebcd + 29bd026 commit 54116bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
test:
1212
name: Test
1313
runs-on: ubuntu-latest
14+
continue-on-error: ${{ matrix.rust == 'nightly' }}
1415
strategy:
1516
matrix:
1617
rust: [stable, nightly]

0 commit comments

Comments
 (0)