ci: remove wpan tests

This commit is contained in:
xoviat 2023-10-02 18:55:31 -05:00
parent adf9ffb109
commit 00824af82b

3
ci.sh
View File

@ -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