Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 97a0fe7

Browse files
Format Makefile
1 parent a750ba5 commit 97a0fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ help: ## Prints the help
105105

106106
.PHONY: e2e-tests
107107
e2e-tests: ## Runs E2E tests
108+
108109
.PHONY: unit-tests
109110
unit-tests: ## Runs unit tests
110111
go test -v -timeout=5m -race -shuffle=on -coverprofile coverage.out `go list ./... | grep -v test`

0 commit comments

Comments
 (0)