Skip to content

Commit dc33a34

Browse files
authored
ci: disable testing on macos (#571)
It appears to be a bit flaky and we have nothing macos specific in this repo.
1 parent 5c9a4d0 commit dc33a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"skipOSes": ["windows"],
2+
"skipOSes": ["windows", "macos"],
33
"skipRace": true
44
}

0 commit comments

Comments
 (0)