From e278e2e495b0f0a467d8bec697f03159f33e8f4c Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 31 Aug 2023 05:06:57 +0200 Subject: [PATCH] Don't skip the tests Contributes to CURA-10951 --- global.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/global.conf b/global.conf index c945886..33886ac 100644 --- a/global.conf +++ b/global.conf @@ -3,6 +3,7 @@ core:default_build_profile = cura_build.jinja tools.cmake.cmaketoolchain:generator = Ninja tools.env.virtualenv:auto_use = True tools.gnu:define_libcxx11_abi = True +tools.build:skip_test = False # FIXME: Needs to be commented out for OpenSSL to work but if we wan't to create ps1 scripts it needs to be set to True # Otherwise .bat files are created. Maybe we should define this on a recipe basis: