ci: use releaseFast mode for wpt

This commit is contained in:
Pierre Tachoire
2026-01-12 09:09:36 +01:00
parent 14db7a8eb3
commit 32520000c6

View File

@@ -31,7 +31,7 @@ jobs:
- uses: ./.github/actions/install - uses: ./.github/actions/install
- name: json output - 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 - name: write commit
run: | run: |