From c5376e12e5565e086517e665008eb9fe66b60a9e Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Fri, 19 Jul 2024 12:20:10 -0600 Subject: [PATCH] ci: adding wasm multi-threading test --- build/.azure-pipelines.TemplateValidation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/.azure-pipelines.TemplateValidation.yml b/build/.azure-pipelines.TemplateValidation.yml index 64967e35..aa4dd4f3 100644 --- a/build/.azure-pipelines.TemplateValidation.yml +++ b/build/.azure-pipelines.TemplateValidation.yml @@ -30,6 +30,7 @@ jobs: "NoServerNoHttp;;-preset recommended -server false -http false", "NoTests;;-preset recommended -tests none", "FrameNavigation;; -preset recommended --navigation blank", + "WasmMultiThreading;;-wasm-multi-threading true", # Disabling this test for now as it was specific to net7 # https://github.com/unoplatform/uno.templates/issues/22