Skip to content

Commit ba92187

Browse files
SuperQDeryugin, Nikolay
authored and
Deryugin, Nikolay
committed
Add 32-bit testing to CI (prometheus-community#920)
Run Go tests with 32-bit to validate value overflow. Signed-off-by: SuperQ <superq@gmail.com> Signed-off-by: Deryugin, Nikolay <nikolay.deryugin@itglobal.com>
1 parent 2da10aa commit ba92187

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)