Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
altafan committed Sep 14, 2023
1 parent 1f89f55 commit 7858f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ vet:
@go vet ./...

## test: runs unit and component tests
test: fmt
test:
@echo "Running unit tests..."
@go test -v -count=1 -race ./...

Expand Down

0 comments on commit 7858f97

Please sign in to comment.