Skip to content

Commit 65c61cb

Browse files
committed
.github/clippy: ignore clippy errors on v0.8.X
Newer toolchains introduce clippy lints that we can't properly verify will still compile in old packages and setups if addressed, since clippy could easily suggest code that won't work there, so make the clippy CI tests not required to pass CI on 0.8.X releases.
1 parent e335454 commit 65c61cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clippy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
clippy_check:
1313
runs-on: ubuntu-latest
14+
continue-on-error: true
1415
steps:
1516
- uses: actions/checkout@v2
1617
with:

0 commit comments

Comments
 (0)