Skip to content

Commit

Permalink
chore: rust-cache and trunk-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Madoshakalaka committed Feb 15, 2025
1 parent e22c1bc commit 601ceed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ jobs:
target: wasm32-unknown-unknown
override: true
profile: minimal

- name: Restore Rust Cache
uses: Swatinem/rust-cache@v2

- name: Install trunk
uses: jetli/trunk-action@v0.1.0
uses: jetli/trunk-action@v0.5.0
with:
version: 'latest'

- name: Build
run: trunk build
- name: Run tests
Expand Down

0 comments on commit 601ceed

Please sign in to comment.