From 81b3a17d2355e0cf7edcd561129a724506d48923 Mon Sep 17 00:00:00 2001 From: galargh Date: Tue, 13 Aug 2024 16:33:30 +0200 Subject: [PATCH] chore: skip windows and race --- .github/workflows/go-test-config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/workflows/go-test-config.json diff --git a/.github/workflows/go-test-config.json b/.github/workflows/go-test-config.json new file mode 100644 index 0000000..2559848 --- /dev/null +++ b/.github/workflows/go-test-config.json @@ -0,0 +1,4 @@ +{ + "skipRace": true, + "skipOSes": ["windows"] +}