Skip to content

Commit

Permalink
ci: checkout only wasi-testsuite submodule
Browse files Browse the repository at this point in the history
`examples/wasm-rustc` is not used while running the tests.
  • Loading branch information
kateinoigakukun committed Dec 14, 2023
1 parent 9aad050 commit 53582ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: git submodule update --init test/wasi-testsuite
- uses: actions/setup-node@v3
with:
node-version: "16.x"
Expand Down

0 comments on commit 53582ae

Please sign in to comment.