Skip to content

Commit b25f4d4

Browse files
committed
ci(check): enable for all common targets
1 parent 2123fe1 commit b25f4d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ jobs:
5959
moon test --target wasm --release
6060
moon test --target wasm-gc
6161
moon test --target wasm-gc --release
62-
# moon test --target js
63-
# moon test --target js --release
62+
moon test --target js
63+
moon test --target js --release
64+
moon test --target native
65+
moon test --target native --release
6466
6567
coverage-check:
6668
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)