mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-02 12:53:09 +00:00
ci: disable testing on macos (#571)
It appears to be a bit flaky and we have nothing macos specific in this repo.
This commit is contained in:
parent
5c9a4d0536
commit
dc33a34d4d
2
.github/workflows/go-test-config.json
vendored
2
.github/workflows/go-test-config.json
vendored
@ -1,4 +1,4 @@
|
||||
{
|
||||
"skipOSes": ["windows"],
|
||||
"skipOSes": ["windows", "macos"],
|
||||
"skipRace": true
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user