mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 08:12:30 +00:00
enable ci usart tests
This commit is contained in:
parent
d280b23428
commit
4f810e47f5
5
ci.sh
5
ci.sh
@ -305,11 +305,6 @@ rm out/tests/stm32f207zg/eth
|
|||||||
# doesn't work, gives "noise error", no idea why. usart_dma does pass.
|
# doesn't work, gives "noise error", no idea why. usart_dma does pass.
|
||||||
rm out/tests/stm32u5a5zj/usart
|
rm out/tests/stm32u5a5zj/usart
|
||||||
|
|
||||||
# flaky, probably due to bad ringbuffered dma code.
|
|
||||||
rm out/tests/stm32l152re/usart_rx_ringbuffered
|
|
||||||
rm out/tests/stm32f207zg/usart_rx_ringbuffered
|
|
||||||
rm out/tests/stm32wl55jc/usart_rx_ringbuffered
|
|
||||||
|
|
||||||
if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
|
if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
|
||||||
echo No teleprobe token found, skipping running HIL tests
|
echo No teleprobe token found, skipping running HIL tests
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user