aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-10-03 16:59:18 -0500
committerxoviat <[email protected]>2023-10-03 16:59:18 -0500
commite7ab044935246d0d98926f84ab1e5abd42d0be9b (patch)
treebaca212f1f14aae963e75b4fc0493784240ebc0e
parent0c4cddfafbcb6be2b91ab54fbb71453c7e78afe1 (diff)
ci: remove wpan tests again
-rwxr-xr-xci.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 714056f15..d8bbb7858 100755
--- a/ci.sh
+++ b/ci.sh
@@ -201,6 +201,9 @@ cargo batch \
201 $BUILD_EXTRA 201 $BUILD_EXTRA
202 202
203 203
204rm out/tests/stm32wb55rg/wpan_mac
205rm out/tests/stm32wb55rg/wpan_ble
206
204 207
205if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 208if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
206 echo No teleprobe token found, skipping running HIL tests 209 echo No teleprobe token found, skipping running HIL tests