summaryrefslogtreecommitdiffstats
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.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/.ci/linux/run-tests.sh b/.ci/linux/run-tests.sh
deleted file mode 100755
index dc9e303c..00000000
--- a/.ci/linux/run-tests.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-set -evx
-
-cmake -DBUILD_TESTS=ON -H. -Bbuild && cmake --build build
-
-cd build && GTEST_COLOR=1 ctest --verbose