File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments