Skip to content

Commit

Permalink
test caching builds before clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 15, 2024
1 parent ebab1e6 commit 86e49bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cleanliness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
command: fmt
args: --all -- --check

# clippy can share cache if build for tests is done prior
- name: build for cache
run: cargo build --tests --workspace

- name: clippy
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 86e49bb

Please sign in to comment.