ci: add no-wasm-simd option by Uzlopak · Pull Request #4533 · nodejs/undici (original) (raw)
Pull Request Overview
This PR adds a new CI configuration option to disable WASM SIMD functionality during testing. It introduces a no-wasm-simd input parameter to the Node.js workflow and creates a new test job that runs with WASM SIMD disabled.
- Adds
no-wasm-simdinput parameter to the Node.js workflow - Creates a new CI job specifically for testing with WASM SIMD disabled
- Sets the
UNDICI_NO_WASM_SIMDenvironment variable across all test steps
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/nodejs.yml | Adds no-wasm-simd input parameter and sets UNDICI_NO_WASM_SIMD environment variable in all test steps |
| .github/workflows/ci.yml | Creates new test-with-no-wasm-simd job and includes it in the required checks |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.