Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Sep 8, 2023
1 parent 3882352 commit 3fe2433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
with:
toolchain: ${{ env.RUST_STABLE }}
components: rustfmt, clippy
# fresh install is faster than using the cache (11 secs vs 1 minute)
cache: false
# avoid the default "-D warnings"
# avoid the default "-D warnings" which thrashes cache
rustflags: ""

# https://github.com/actions/cache/blob/main/examples.md#rust---cargo
Expand Down

0 comments on commit 3fe2433

Please sign in to comment.