Skip to content

Commit

Permalink
fix(makefile): make test work
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kropachev committed Jun 6, 2023
1 parent 3ff0fb5 commit 10adb28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ check: check-golangci
fix: fix-golangci

.PHONY: test
test: go test -v -race ./...
test:
go test -v -race ./...

0 comments on commit 10adb28

Please sign in to comment.