mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
Ran a `go get -u` and bumped K8s deps to 1.15.0. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
7 lines
135 B
Makefile
7 lines
135 B
Makefile
test:
|
|
[ -z "`gofmt -s -w -l -e .`" ]
|
|
go vet
|
|
ginkgo -p -r --randomizeAllSpecs --failOnPending --randomizeSuites --race
|
|
|
|
.PHONY: test
|