Skip to content

Commit

Permalink
turned off incremental compilation for clippy in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Sep 20, 2023
1 parent 7c18a67 commit 15b5884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
with:
command: clippy
args: --all -- -D clippy::all -D warnings
env:
# Seems necessary until https://github.com/rust-lang/rust/pull/115819 is merged.
CARGO_INCREMENTAL: 0

rustfmt:
name: rustfmt
Expand Down

0 comments on commit 15b5884

Please sign in to comment.