ci: create go-test-config.json

This commit is contained in:
Piotr Galar 2024-08-05 20:03:41 +02:00 committed by Steven Allen
parent 097b4671b0
commit 5c9a4d0536

4
.github/workflows/go-test-config.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"skipOSes": ["windows"],
"skipRace": true
}