Skip to content

Commit 5e24d43

Browse files
authored
Add 32-bit testing to CI (#920)
Run Go tests with 32-bit to validate value overflow. Signed-off-by: SuperQ <superq@gmail.com>
1 parent 51415a0 commit 5e24d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
steps:
1818
- prometheus/setup_environment
19+
- run: GOHOSTARCH=386 GOARCH=386 make test
1920
- run: make
2021
- prometheus/store_artifact:
2122
file: postgres_exporter

0 commit comments

Comments
 (0)