aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-10-02 18:55:31 -0500
committerxoviat <[email protected]>2023-10-02 18:55:31 -0500
commit00824af82ba8bfa5cd8226ee057719595d8d10af (patch)
tree5ccc1a454a223dc0782088e86412f603b33c3b0e /ci.sh
parentadf9ffb1095a65a375b7426086e6b99ccda3abc1 (diff)
ci: remove wpan tests
Diffstat (limited to 'ci.sh')
-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