We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46939fa commit ba1c4cdCopy full SHA for ba1c4cd
.github/workflows/test.yml
@@ -18,5 +18,8 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v4
20
21
+ - name: Setup Rust
22
+ uses: Swatinem/rust-cache@v2
23
+
24
- name: Run `cargo test`
25
run: cargo test --all
0 commit comments