Skip to content

Commit 88ccb41

Browse files
committed
Allow nightly Rust clippy failures (non-blocking)
1 parent f1e53e4 commit 88ccb41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
rust-check:
1111
runs-on: ubuntu-latest
12+
continue-on-error: ${{ matrix.toolchain == 'nightly' }}
1213
strategy:
1314
matrix:
1415
toolchain: [stable, nightly]

0 commit comments

Comments
 (0)