Skip to content

Commit

Permalink
Add 32-bit testing to CI (#920)
Browse files Browse the repository at this point in the history
Run Go tests with 32-bit to validate value overflow.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ authored and Deryugin, Nikolay committed Nov 27, 2023
1 parent 72022cb commit 98819bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

steps:
- prometheus/setup_environment
- run: GOHOSTARCH=386 GOARCH=386 make test
- run: make
- prometheus/store_artifact:
file: postgres_exporter
Expand Down

0 comments on commit 98819bd

Please sign in to comment.