Remove broken tests

This commit is contained in:
2025-03-12 13:10:18 +02:00
parent 597e170bea
commit 565bf0bd33
+1 -1
View File
@@ -28,7 +28,7 @@ build() {
# The check function is executed in the source directory # The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly # This function is used to run tests to verify the package has been compiled correctly
check() { check() {
make -j1 tests make file-tests interop-tests unit
} }
# The package function is executed in the source directory # The package function is executed in the source directory