diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index e32f4fd..108887e 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -161,8 +161,7 @@ jobs: - name: Build and test Node addon run: | cmake --build build-npm --config Release --parallel - ctest --test-dir build-npm -C Release --output-on-failure \ - -LE "acceptance|canonical-oracle|webgpu-contract" + ctest --test-dir build-npm -C Release --output-on-failure -LE "acceptance|canonical-oracle|webgpu-contract" - name: Generate native build identity shell: bash run: >-