mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-01 00:47:26 -08:00
8cc94fac93
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
10 lines
91 B
YAML
10 lines
91 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.14.x"
|
|
- tip
|
|
|
|
script:
|
|
- go test
|
|
- go test -bench . -benchmem
|