Skip to content

Commit

Permalink
chore(workflow): no need to run pnpm cache in rust check
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Feb 21, 2025
1 parent f7ec690 commit 867d600
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ jobs:
fmt: true
shared-key: check

- name: Pnpm Cache # Required by some tests
uses: ./.github/actions/pnpm-cache

- name: Run Cargo Check
run: cargo check --workspace --all-targets --locked # Not using --release because it uses too much cache, and is also slow.

Expand Down

0 comments on commit 867d600

Please sign in to comment.