Skip to content

Commit c354bf5

Browse files
committed
.
1 parent d61b459 commit c354bf5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ jobs:
1414
- uses: dtolnay/rust-toolchain@stable
1515
with:
1616
targets: wasm32-unknown-unknown
17-
components: rustfmt
17+
components: rustfmt,nextest
18+
19+
- uses: taiki-e/cache-cargo-install-action@34ce5120836e5f9f1508d8713d7fdea0e8facd6f # v3.0.1
20+
with:
21+
tool: cargo-nextest
1822

1923
- run: bun install --frozen-lockfile
2024

0 commit comments

Comments
 (0)