From ab5584b7bac9bb6c8e20d3dc64f123dee2ca5d63 Mon Sep 17 00:00:00 2001 From: pelesh Date: Wed, 25 Oct 2023 18:02:07 -0400 Subject: [PATCH] Trying to restore test install (#26) * Restore test install on CI pipelines Co-authored-by: Cameron Rutherford --------- Co-authored-by: Cameron Rutherford --- buildsystem/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildsystem/build.sh b/buildsystem/build.sh index 77934b3d..e6c5e79f 100755 --- a/buildsystem/build.sh +++ b/buildsystem/build.sh @@ -190,6 +190,7 @@ if [[ $TEST -eq 1 ]]; then echo Testing echo ctest $CTESTARGS || exit 1 + make test_install || exit 1 popd fi