From 32520000c6a5eb81ceb56f92e3cfa9d261998e60 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 12 Jan 2026 09:09:36 +0100 Subject: [PATCH] ci: use releaseFast mode for wpt --- .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 2011e766..fc8da414 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 -Dprebuilt_v8_path=v8/libc_v8.a wpt -- --json > wpt.json + run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast wpt -- --json > wpt.json - name: write commit run: |