mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-02 12:53:09 +00:00
Skip 32-bit tests in CI (#628)
This is roughly a third of our CI time, and, as far as I know, running 32bit tests has never caught an issue. Also, I'm unaware of anyone using this library on a 32bit x86 system. I believe the last 32bit x86 CPU released was the [pentium 4](https://en.wikipedia.org/wiki/List_of_Intel_Pentium_4_processors) close to 20 years ago.
This commit is contained in:
parent
631e47b133
commit
bc7e2e619d
3
.github/workflows/go-test-config.json
vendored
3
.github/workflows/go-test-config.json
vendored
@ -1,3 +1,4 @@
|
||||
{
|
||||
"skipOSes": ["windows", "macos"]
|
||||
"skipOSes": ["windows", "macos"],
|
||||
"skip32bit": true
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user