Skip to content

Commit f3a69ca

Browse files
committed
run wasm tests
1 parent 005e21c commit f3a69ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ 'ubuntu-latest' ]
21-
target: [ 'jvm', 'js', 'native' ]
21+
target: [ 'jvm', 'js', 'wasm', 'native' ]
2222
include:
2323
- os: 'macos-latest'
2424
target: 'wasm'
@@ -68,7 +68,7 @@ jobs:
6868
fail-fast: false
6969
matrix:
7070
os: [ 'ubuntu-latest' ]
71-
target: [ 'jvm', 'js', 'native' ]
71+
target: [ 'jvm', 'js', 'wasm', 'native' ]
7272
include:
7373
- os: 'macos-latest'
7474
target: 'wasm'

0 commit comments

Comments
 (0)