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

Commit

Permalink
Format Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 1, 2023
1 parent a750ba5 commit 97a0fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 97a0fe7

Please sign in to comment.