Files
open-cluster-management/vendor/github.com/hpcloud/tail/Makefile
2020-04-30 18:32:20 +08:00

12 lines
154 B
Makefile

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