From 5c9a4d053625681baddf5cbe1d37fee8005f9820 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Mon, 5 Aug 2024 20:03:41 +0200 Subject: [PATCH] ci: create go-test-config.json --- .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..d59c1fb --- /dev/null +++ b/.github/workflows/go-test-config.json @@ -0,0 +1,4 @@ +{ + "skipOSes": ["windows"], + "skipRace": true +}