Skip to content

Commit

Permalink
Fix make test
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Oct 3, 2023
1 parent 161a02f commit b01a7b3
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 @@ -47,7 +47,7 @@ check:
go vet ./...

.PHONY: test
test: setup-db check
test: gen-proto check setup-db
go test -cover -v ./...

.PHONY: run-task-worker
Expand Down

0 comments on commit b01a7b3

Please sign in to comment.