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: |