From 5e24d43e3e881a434a5c4e5c76f668a0c9782849 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 21 Sep 2023 15:27:00 +0200 Subject: [PATCH] Add 32-bit testing to CI (#920) Run Go tests with 32-bit to validate value overflow. Signed-off-by: SuperQ --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 508120e6..d586cb29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,6 +16,7 @@ jobs: steps: - prometheus/setup_environment + - run: GOHOSTARCH=386 GOARCH=386 make test - run: make - prometheus/store_artifact: file: postgres_exporter