Skip to content

Commit

Permalink
fix ci moon test --target all (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash authored Oct 18, 2024
1 parent 59b2920 commit 3839063
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@ jobs:
- name: moon test
run: |
moon test --target all
moon test --target all --release
moon test --target wasm
moon test --target wasm-gc
moon test --target js
moon test --target wasm --release
moon test --target wasm-gc --release
moon test --target js --release
- name: format diff
run: |
Expand Down

0 comments on commit 3839063

Please sign in to comment.