Skip to content

Commit

Permalink
fix: master build using flaky tests (#2725)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <[email protected]>
  • Loading branch information
szuecs authored Nov 8, 2023
1 parent 736bf2e commit 0b60a9c
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 @@ -170,7 +170,7 @@ check-fmt: $(SOURCES) ## check format code
precommit: fmt build vet staticcheck check-race shortcheck ## precommit hook

.coverprofile-all: $(SOURCES) $(TEST_PLUGINS)
go test -tags=redis -coverprofile=.coverprofile-all ./...
go test -test.short -coverprofile=.coverprofile-all ./...

.PHONY: cover
cover: .coverprofile-all ## coverage test and show it in your browser
Expand Down

0 comments on commit 0b60a9c

Please sign in to comment.