From 00824af82ba8bfa5cd8226ee057719595d8d10af Mon Sep 17 00:00:00 2001 From: xoviat Date: Mon, 2 Oct 2023 18:55:31 -0500 Subject: [PATCH] ci: remove wpan tests --- ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci.sh b/ci.sh index de46d898..318c6cc0 100755 --- a/ci.sh +++ b/ci.sh @@ -197,6 +197,9 @@ cargo batch \ $BUILD_EXTRA +rm out/tests/stm32wb55rg/wpan_mac +rm out/tests/stm32wb55rg/wpan_ble + if [[ -z "${TELEPROBE_TOKEN-}" ]]; then echo No teleprobe token found, skipping running HIL tests exit