Skip to content

Commit

Permalink
fix(ci): cache machete install (#2782)
Browse files Browse the repository at this point in the history
Benchmark: installation is cached, now 7 seconds down from 45.

Co-Authored-By: Gilad Chase <[email protected]>
  • Loading branch information
giladchase and Gilad Chase authored Dec 19, 2024
1 parent 8fb7fb5 commit 6a98d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ runs:
with:
cache-base: main(-v[0-9].*)?
inherit-toolchain: true
bins: [email protected]
bins: [email protected], cargo-machete
env:
RUSTFLAGS: "-C link-arg=-fuse-ld=lld"
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: "Run taplo"
run: scripts/taplo.sh
- name: Run Machete (detect unused dependencies)
uses: bnjbvr/cargo-machete@main
run: cargo machete

run-workspace-tests:
runs-on: starkware-ubuntu-latest-medium
Expand Down

0 comments on commit 6a98d8d

Please sign in to comment.