Skip to content

Commit

Permalink
revert Makefile changes
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed Apr 18, 2024
1 parent 150f674 commit c5522da
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 @@ -20,7 +20,7 @@ fmtcheck: ## Check go formatting
@gofmt -l $(SOURCES) | grep ".*\.go"; if [ "$$?" = "0" ]; then exit 1; fi

test: ## Run unit tests
@go test -timeout=60s -v -race -covermode atomic -coverprofile cover.out ./...
@go test -race -covermode atomic -coverprofile cover.out ./...

vet: ## Run go vet
@go vet ./...
Expand Down

0 comments on commit c5522da

Please sign in to comment.