From ecbf52157b065deb1a6f1b226b5bc59b43a713bc Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 26 Sep 2025 13:33:13 +0200 Subject: [PATCH] ci: use debug mode for WPT tests --- .github/workflows/wpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 38002671..205c63ae 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -31,7 +31,7 @@ jobs: - uses: ./.github/actions/install - name: json output - run: zig build -Doptimize=ReleaseFast wpt -- --json > wpt.json + run: zig build wpt -- --json > wpt.json - name: write commit run: |