go-libp2p-pubsub/.github/workflows/go-test-config.json
Steven Allen dc33a34d4d
ci: disable testing on macos (#571)
It appears to be a bit flaky and we have nothing macos specific in this repo.
2024-08-06 20:43:14 +00:00

5 lines
59 B
JSON

{
"skipOSes": ["windows", "macos"],
"skipRace": true
}