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