diff --git a/Makefile b/Makefile index 6356a58..f99d90e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ prefix = podman run --interactive --tty --rm \ run: $(prefix) go run $(GO_MODULE) $(ARGS) test: - $(prefix) go test $(GO_MODULE) $(ARGS) + $(prefix) go test ./... $(ARGS) build: $(prefix) go build -v $(GO_MODULE) $(ARGS) sh: