Skip to content

Commit 24d33ab

Browse files
committed
add test-no-wasm-simd
1 parent badfb77 commit 24d33ab

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,24 @@ jobs:
6767
runs-on: ${{ matrix.runs-on }}
6868
secrets: inherit
6969

70+
test-with-no-wasm-simd:
71+
name: Test with Node.js ${{ matrix.node-version }} on ${{ matrix.runs-on }} with WASM SIMD disabled
72+
strategy:
73+
fail-fast: false
74+
max-parallel: 0
75+
matrix:
76+
node-version: ['24']
77+
runs-on: ['ubuntu-latest']
78+
exclude:
79+
- node-version: '20'
80+
runs-on: windows-latest
81+
uses: ./.github/workflows/nodejs.yml
82+
with:
83+
node-version: ${{ matrix.node-version }}
84+
runs-on: ${{ matrix.runs-on }}
85+
no-wasm-simd: '1'
86+
secrets: inherit
87+
7088
test-without-intl:
7189
name: Test with Node.js ${{ matrix.node-version }} compiled --without-intl
7290
strategy:
@@ -201,6 +219,7 @@ jobs:
201219
- dependency-review
202220
- test
203221
- test-types
222+
- test-with-no-wasm-simd
204223
- test-without-intl
205224
- test-fuzzing
206225
- lint

0 commit comments

Comments
 (0)