summary refs log tree commit diff
path: root/.ci/linux/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/linux/run-tests.sh')
-rwxr-xr-x.ci/linux/run-tests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.ci/linux/run-tests.sh b/.ci/linux/run-tests.sh
index ae0c7b77..dc9e303c 100755
--- a/.ci/linux/run-tests.sh
+++ b/.ci/linux/run-tests.sh
@@ -2,7 +2,6 @@
 
 set -evx
 
-cmake -DBUILD_TESTS=ON -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
-make -C build -j2
+cmake -DBUILD_TESTS=ON -H. -Bbuild && cmake --build build
 
 cd build && GTEST_COLOR=1 ctest --verbose