Skip to content

Commit

Permalink
Remove redundant cmd argument
Browse files Browse the repository at this point in the history
  • Loading branch information
FelGel authored and assaf758 committed Jul 17, 2021
1 parent 96330b9 commit 2817074
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 @@ clean:
.PHONY: test
test: check-env
GO111MODULE=on \
go test -race -tags unit -count 1 -parallel 1 ./...
go test -race -tags unit -count 1 ./...

.PHONY: lint
lint:
Expand Down

0 comments on commit 2817074

Please sign in to comment.