Skip to content

Commit 2207757

Browse files
Merge pull request #1094 from lightpanda-io/wpt-debug
ci: use debug mode for WPT tests
2 parents a579977 + ecbf521 commit 2207757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: ./.github/actions/install
3232

3333
- name: json output
34-
run: zig build -Doptimize=ReleaseFast wpt -- --json > wpt.json
34+
run: zig build wpt -- --json > wpt.json
3535

3636
- name: write commit
3737
run: |

0 commit comments

Comments
 (0)