ci: check go formatting

Signed-off-by: Noah Watkins <nwatkins@redhat.com>
This commit is contained in:
Noah Watkins 2018-09-17 15:41:03 -07:00
parent fd4036e498
commit 6107372c34
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export CEPH_CONF=/tmp/ceph/ceph.conf
export PATH=/usr/lib/go-1.10/bin:$PATH
go get -t -v ./...
diff -u <(echo -n) <(gofmt -d -s .)
#go vet ./...
#go list ./...
go test -v $(go list ./... | grep -v cephfs)