Add regression test for #2666.

I didn't see how to run it easily from main_test.go, though I didn't try too hard.
And it doesn't really have a good place to go in Makefile.
So I added a new target tinygo-baremetal, and invoke it from CI at the end of assert-test-linux.
It only adds 7 seconds to the run, should be ok.
This commit is contained in:
Dan Kegel
2022-03-14 09:22:28 -07:00
committed by Ron Evans
parent c534fa1b6f
commit 4a98db4c86
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -239,3 +239,4 @@ jobs:
rm xtensa-esp32-elf-gcc8_2_0-esp-2020r2-linux-amd64.tar.gz
- run: make smoketest
- run: make wasmtest
- run: make tinygo-baremetal