From 843c404b493d05a8d28845af6952172368b015bb Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Thu, 30 Nov 2023 17:25:02 +0100 Subject: [PATCH] ci: use safe run for WPT ci tests --- .github/workflows/wpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index dbd2f6c1..9d25847d 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -71,7 +71,7 @@ jobs: ln -s /usr/local/lib/netsurf/lib vendor/netsurf/lib ln -s /usr/local/lib/netsurf/include vendor/netsurf/include - - run: zig build wpt -Dengine=v8 + - run: zig build wpt -Dengine=v8 -- --safe --summary # For now WPT tests doesn't pass at all. # We accept then to continue the job on failure.