1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-03-17 20:59:29 +00:00
ceph-csi/vendor/github.com/hpcloud/tail/Makefile

12 lines
154 B
Makefile
Raw Normal View History

default: test
test: *.go
go test -v -race ./...
fmt:
gofmt -w .
# Run the test in an isolated environment.
fulltest:
docker build -t hpcloud/tail .