aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authoreZio Pan <[email protected]>2024-01-02 11:55:09 +0800
committerGitHub <[email protected]>2024-01-02 11:55:09 +0800
commitf5a218a018d3ecd899db0ec5460a4e00dac78abe (patch)
treef4bce8b63044bf2de9277385d229b4dbaf4c53e2 /ci.sh
parent873ee0615147b4a4e0aacd069ce8ac8df611bbbf (diff)
parent9c2d2ff64d302437e2e0568372c76bf37bbfacf4 (diff)
Merge branch 'embassy-rs:main' into simplepwm-dma
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 933e54a80..75640e384 100755
--- a/ci.sh
+++ b/ci.sh
@@ -207,6 +207,9 @@ cargo batch \
207 $BUILD_EXTRA 207 $BUILD_EXTRA
208 208
209 209
210# failed, a wire must've come loose, will check asap.
211rm out/tests/rpi-pico/i2c
212
210rm out/tests/stm32wb55rg/wpan_mac 213rm out/tests/stm32wb55rg/wpan_mac
211rm out/tests/stm32wb55rg/wpan_ble 214rm out/tests/stm32wb55rg/wpan_ble
212 215