Skip to content

Commit a0cfed7

Browse files
committed
Fix Clippy workflow
1 parent c22ab9a commit a0cfed7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/clippy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
strategy:
3838
matrix:
3939
toolchain: [ stable, nightly ]
40+
include:
41+
# Nightly is only for reference and allowed to fail
42+
- toolchain: nightly
43+
experimental: true
4044
runs-on: ubuntu-latest
4145
continue-on-error: ${{ matrix.experimental || false }}
4246
steps:

0 commit comments

Comments
 (0)