Skip to content

Commit

Permalink
removed use of fmt in running test
Browse files Browse the repository at this point in the history
  • Loading branch information
bpathak-ons committed Nov 11, 2021
1 parent 74d20dc commit c98a473
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 @@ -30,7 +30,7 @@ debug:
HUMAN_LOG=1 DEBUG=1 $(BINPATH)/dp-search-data-extractor

.PHONY: test
test: fmt
test:
go test -count=1 -race -cover ./...

.PHONY: produce
Expand Down

0 comments on commit c98a473

Please sign in to comment.