aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-10-02 18:11:03 -0500
committerxoviat <[email protected]>2023-10-02 18:11:03 -0500
commite042b3056d64564f7ed738883253372914847fbc (patch)
tree0e75ed33b351a75270fe9c4b6720b5dfe1ae96c5 /ci.sh
parenta742a80171508b33988095c23f64d4d58d087fbb (diff)
stm32: fix stop
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci.sh b/ci.sh
index 7e688a51b..de46d898b 100755
--- a/ci.sh
+++ b/ci.sh
@@ -196,8 +196,6 @@ cargo batch \
196 --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ 196 --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \
197 $BUILD_EXTRA 197 $BUILD_EXTRA
198 198
199# temporarily disabled: broken by nightly update and/or clock settings update.
200rm out/tests/stm32f429zi/stop
201 199
202if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 200if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
203 echo No teleprobe token found, skipping running HIL tests 201 echo No teleprobe token found, skipping running HIL tests