Skip to content

Commit

Permalink
Remove caching on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Jun 19, 2024
1 parent 3e03cbe commit 3fc8bdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@clippy
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo clippy --workspace --all-targets --all-features
env:
RUSTFLAGS: -Dwarnings

0 comments on commit 3fc8bdc

Please sign in to comment.