mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Check filesystems on Travis environment
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
7decf4a0ee
commit
3bbaba3fbc
|
@ -1,5 +1,3 @@
|
||||||
sudo: false
|
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
|
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
|
||||||
|
@ -10,6 +8,7 @@ go:
|
||||||
go_import_path: github.com/prometheus/prometheus
|
go_import_path: github.com/prometheus/prometheus
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- df -h
|
||||||
- go test -race -v ./storage/remote/...
|
- go test -race -v ./storage/remote/...
|
||||||
- make check_license style unused test staticcheck check_assets
|
- make check_license style unused test staticcheck check_assets
|
||||||
- git diff --exit-code
|
- git diff --exit-code
|
||||||
|
|
Loading…
Reference in a new issue