mirror of
https://github.com/containers/podman.git
synced 2026-01-25 14:29:08 -05:00
12 lines
154 B
Makefile
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 .
|