diff --git a/ci/test.sh b/ci/test.sh index d3d5ba7..ab507bf 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -1,4 +1,4 @@ set -x cd build -make test \ No newline at end of file +env CTEST_OUTPUT_ON_FAILURE=1 make test \ No newline at end of file