Skip to content

Commit

Permalink
fix checkout rust-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART authored Feb 5, 2024
1 parent 81884e9 commit aefb36f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
name: CI
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: moonrepo/setup-rust@v1
- run: cargo test

0 comments on commit aefb36f

Please sign in to comment.