Skip to content

Commit 959ec59

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 959ec59

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
@@ -28,3 +28,4 @@ jobs:
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
args: --all-targets --all-features -- -D warnings
31+
continue-on-error: true

0 commit comments

Comments
 (0)