aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index de46d898b..318c6cc0f 100755
--- a/ci.sh
+++ b/ci.sh
@@ -197,6 +197,9 @@ cargo batch \
197 $BUILD_EXTRA 197 $BUILD_EXTRA
198 198
199 199
200rm out/tests/stm32wb55rg/wpan_mac
201rm out/tests/stm32wb55rg/wpan_ble
202
200if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 203if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
201 echo No teleprobe token found, skipping running HIL tests 204 echo No teleprobe token found, skipping running HIL tests
202 exit 205 exit