Skip to content

Commit

Permalink
TMP: disable clippy on CI
Browse files Browse the repository at this point in the history
clippy is temporarily disabled. It seems somehow that we're getting new
clippy errors for old code. Are we running wrong Rust toolchain version?
  • Loading branch information
findepi committed Oct 24, 2024
1 parent 96c8e4b commit de130ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ jobs:

clippy:
name: clippy
# TODO Temporarily disabled. It seems somehow that we're getting new clippy errors for old code. Are we running wrong Rust toolchain version?
if: false
needs: [ linux-build-lib ]
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit de130ee

Please sign in to comment.