Skip to content

Commit ecbf521

Browse files
committed
ci: use debug mode for WPT tests
1 parent a579977 commit ecbf521

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)