Skip to content

Commit 09834f9

Browse files
authored
Merge branch 'chore/diff-v2' into chore/add-rsdoctor-diff-actoin
2 parents 10c9699 + cdd3e93 commit 09834f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/reusable-build-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ jobs:
127127
pnpm run test:ci
128128
fi
129129
130+
### WASM
131+
- name: Test WASM
132+
timeout-minutes: 15 # Tests should finish within 15 mins, please fix your tests instead of changing this to a higher timeout.
133+
if: ${{ inputs.target == 'wasm32-wasip1-threads' }}
134+
env:
135+
NODE_NO_WARNINGS: 1
136+
WASM: 1
137+
run: pnpm run test:ci
138+
130139
diff:
131140
name: Rsdoctor Diff
132141
defaults:

0 commit comments

Comments
 (0)