From a4774e5853e8d477c8f3110f3d6bfbc9fe3f99f8 Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Mon, 19 Aug 2024 10:32:41 -0700 Subject: [PATCH] Remove 32-bit tests. Adds time and I don't think there's much value (#2900) --- .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 0000000000..699fa72ea1 --- /dev/null +++ b/.github/workflows/go-test-config.json @@ -0,0 +1,3 @@ +{ + "skip32bit": true +}