ci: run stdlib tests on macos

This commit is contained in:
Ayke van Laethem
2021-11-18 22:13:45 +01:00
committed by Ayke
parent 0658e4896f
commit b01ce95cb5
+1
View File
@@ -404,6 +404,7 @@ commands:
tar -C /usr/local/opt -xf /tmp/tinygo.darwin-amd64.tar.gz
ln -s /usr/local/opt/tinygo/bin/tinygo /usr/local/bin/tinygo
tinygo version
- run: make tinygo-test
- run: make smoketest AVR=0
- save_cache:
key: go-cache-macos-v3-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}