From 97a0fe7d58551b3c8c03b1a1259011637bd27e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Negovanovi=C4=87?= Date: Fri, 1 Dec 2023 13:11:40 +0100 Subject: [PATCH] Format Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fa9bfe9..7e1b7ac 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,7 @@ help: ## Prints the help .PHONY: e2e-tests e2e-tests: ## Runs E2E tests + .PHONY: unit-tests unit-tests: ## Runs unit tests go test -v -timeout=5m -race -shuffle=on -coverprofile coverage.out `go list ./... | grep -v test`