summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/script.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh
index b4d6240..e078ab2 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -4,7 +4,9 @@ set -ex
main() {
if [ -n "$ENABLE_TESTS" ]; then
- make tests
+ # for now, we can only run unit-tests until it's clear why journey-test results differ on Linux
+ # TODO: Test in docker, make sure we get the same results
+ make unit-tests
return
fi
cross build --target $TARGET