From ff2e44ef388da44974e171a287e0cafd6fe2a728 Mon Sep 17 00:00:00 2001 From: guillaumemichel Date: Wed, 17 Apr 2024 17:03:49 +0200 Subject: [PATCH] disable 32bit tests --- .github/workflows/go-test-config.json | 3 +++ 1 file changed, 3 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..209dca2 --- /dev/null +++ b/.github/workflows/go-test-config.json @@ -0,0 +1,3 @@ +{ + "skip32bit": true +}