This commit is contained in:
Ayke van Laethem
2023-02-19 20:53:45 +00:00
parent cce9c6d5a1
commit 96187990e3
9 changed files with 158 additions and 2 deletions
+1
View File
@@ -56,6 +56,7 @@ func TestClangAttributes(t *testing.T) {
{GOOS: "linux", GOARCH: "arm", GOARM: "6"},
{GOOS: "linux", GOARCH: "arm", GOARM: "7"},
{GOOS: "linux", GOARCH: "arm64"},
{GOOS: "linux", GOARCH: "mips"},
{GOOS: "darwin", GOARCH: "amd64"},
{GOOS: "darwin", GOARCH: "arm64"},
{GOOS: "windows", GOARCH: "amd64"},