We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2123fe1 commit b25f4d4Copy full SHA for b25f4d4
.github/workflows/check.yml
@@ -59,8 +59,10 @@ jobs:
59
moon test --target wasm --release
60
moon test --target wasm-gc
61
moon test --target wasm-gc --release
62
- # moon test --target js
63
- # moon test --target js --release
+ moon test --target js
+ moon test --target js --release
64
+ moon test --target native
65
+ moon test --target native --release
66
67
coverage-check:
68
runs-on: ubuntu-latest
0 commit comments