From 6b2ebea88f60cbdcc8d5e4bf3f710becabae9741 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Wed, 23 Aug 2023 09:38:29 +0200 Subject: [PATCH] Update go-test-config.json --- .github/workflows/go-test-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-test-config.json b/.github/workflows/go-test-config.json index ba85545..27aa672 100644 --- a/.github/workflows/go-test-config.json +++ b/.github/workflows/go-test-config.json @@ -1,4 +1,5 @@ { "skip32bit": true, - "skipOSes": ["macos", "windows"] + "skipOSes": ["macos", "windows"], + "skipRace": true }