Skip to content

Commit 071a312

Browse files
committed
fix cli workflow run-tests step
1 parent 0f59db0 commit 071a312

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-cli.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ jobs:
1414
name: Run Tests
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v4
19+
20+
- name: Install Rust
21+
uses: actions-rs/toolchain@v1
22+
with:
23+
toolchain: stable
24+
1725
- name: Run Tests
1826
run: cargo test --package jsoncodegen-cli -- --nocapture
1927

0 commit comments

Comments
 (0)