github: also run 'make tinygo-test' on mac

Этот коммит содержится в:
Dan Kegel 2022-02-18 12:00:37 -08:00 коммит произвёл Ron Evans
родитель 5746154cc0
коммит f962e2fd15
2 изменённых файлов: 2 добавлений и 3 удалений

2
.github/workflows/build-macos.yml предоставленный
Просмотреть файл

@ -76,6 +76,8 @@ jobs:
run: make test GOTESTFLAGS="-v -short"
- name: Build TinyGo release tarball
run: make release -j3
- name: Test stdlib packages
run: make tinygo-test
- name: Make release artifact
shell: bash
run: cp -p build/release.tar.gz build/tinygo.darwin-amd64.tar.gz

Просмотреть файл

@ -1,6 +1,3 @@
//go:build !baremetal
// +build !baremetal
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.