From 0130c3ea21e4543d2b56af8f14c8a514962408c5 Mon Sep 17 00:00:00 2001 From: eric8810 Date: Sun, 19 Jul 2026 23:57:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=B8=80=E4=BB=A4=E9=80=9A=E5=8F=8C?= =?UTF-8?q?=E5=A2=83=EF=BC=8C=E7=AD=9B=E9=97=A8=E4=B8=8D=E8=AF=AF=E5=BC=80?= =?UTF-8?q?=20=C2=B7=20make=20release=20CTest=20filter=20cross-shell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: >-