Skip to content

Commit 98819bd

Browse files
SuperQDeryugin, Nikolay
authored and
Deryugin, Nikolay
committed
Add 32-bit testing to CI (#920)
Run Go tests with 32-bit to validate value overflow. Signed-off-by: SuperQ <[email protected]>
1 parent 72022cb commit 98819bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .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)