make target tests everything

This commit is contained in:
2024-01-21 10:20:58 +05:30
parent cc2bdcc28f
commit 2e7f59a069

View File

@@ -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: