Skip to content

Commit ba1c4cd

Browse files
committed
Update test action
1 parent 46939fa commit ba1c4cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21+
- name: Setup Rust
22+
uses: Swatinem/rust-cache@v2
23+
2124
- name: Run `cargo test`
2225
run: cargo test --all

0 commit comments

Comments
 (0)