ci: add test for win (#1503)

* ci: add test for win

* ci: update check names

* ci: use go build instead of go test to verify win test

* fix: windows test failure

* chore: disable logs in tests
This commit is contained in:
Kevin Wan
2022-02-05 00:06:23 +08:00
committed by GitHub
parent b1ffc464cd
commit 0fdd8f54eb
4 changed files with 50 additions and 21 deletions

View File

@@ -1,3 +1,6 @@
//go:build linux || darwin
// +build linux darwin
package proc
import (