Skip to content

Commit 4dcc855

Browse files
authored
ci: run SVG WPT tests (#828)
1 parent 45cb5ea commit 4dcc855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/wpt.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build WPT runner
4444
run: cargo build -rp wpt
4545
- name: Run WPT tests
46-
run: cargo run -rp wpt css
46+
run: cargo run -rp wpt css svg
4747
- name: Compress report (zstd)
4848
run: zstd -22 --ultra -o ./wpt/output/wptreport.json.zst ./wpt/output/wptreport.json
4949
- uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)