mirror of https://github.com/ceph/go-ceph
ci: check go formatting
Signed-off-by: Noah Watkins <nwatkins@redhat.com>
This commit is contained in:
parent
fd4036e498
commit
6107372c34
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue