From 1224d9472c93ec22f66d7f240cd5582b54eeda93 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Thu, 21 Sep 2023 14:33:18 +0200 Subject: [PATCH] Add 32-bit testing to CI 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 508120e67..d586cb290 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