mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-26 13:08:01 +00:00
Add 32-bit testing to CI (#920)
Run Go tests with 32-bit to validate value overflow. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
51415a0e5b
commit
5e24d43e3e
@ -16,6 +16,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- prometheus/setup_environment
|
||||
- run: GOHOSTARCH=386 GOARCH=386 make test
|
||||
- run: make
|
||||
- prometheus/store_artifact:
|
||||
file: postgres_exporter
|
||||
|
Loading…
Reference in New Issue
Block a user