From 1e4110b5a2ebde14080fd2b7cb5b8d861bd0b745 Mon Sep 17 00:00:00 2001 From: soypat Date: Wed, 2 Jul 2025 11:05:47 -0300 Subject: [PATCH] add thumby case to smoke tests --- smoketest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/smoketest.sh b/smoketest.sh index d892357..55cf4b0 100755 --- a/smoketest.sh +++ b/smoketest.sh @@ -66,6 +66,7 @@ tinygo build -size short -o ./build/test.hex -target=microbit ./examples/sht3x/m tinygo build -size short -o ./build/test.hex -target=microbit ./examples/sht4x/main.go tinygo build -size short -o ./build/test.hex -target=microbit ./examples/shtc3/main.go tinygo build -size short -o ./build/test.hex -target=microbit ./examples/ssd1306/ +tinygo build -size short -o ./build/test.hex -target=thumby ./examples/ssd1306/ tinygo build -size short -o ./build/test.hex -target=microbit ./examples/ssd1331/main.go tinygo build -size short -o ./build/test.hex -target=microbit ./examples/st7735/main.go tinygo build -size short -o ./build/test.hex -target=microbit ./examples/st7789/main.go