From 565bf0bd3368ebf0e45a5ec5e3ab68ad01b0022a Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 12 Mar 2025 13:10:18 +0200 Subject: [PATCH] Remove broken tests --- source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.sh b/source.sh index db847a1..7a04999 100644 --- a/source.sh +++ b/source.sh @@ -28,7 +28,7 @@ build() { # The check function is executed in the source directory # This function is used to run tests to verify the package has been compiled correctly check() { - make -j1 tests + make file-tests interop-tests unit } # The package function is executed in the source directory