Skip to content

Commit

Permalink
Fix makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Aug 27, 2024
1 parent 1c42a93 commit 4fa52d4
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 @@ -210,7 +210,7 @@ test-cover: tidy
@sed -i'.bak' -e '/.pb.gw.go/d' $(COVER_FILE)
@sed -i'.bak' -e '/mocks/d' $(COVER_FILE)

.PHONY: test test-e2e test-petri-integ
.PHONY: test test-integration test-petri-integ

###############################################################################
### Protobuf ###
Expand Down

0 comments on commit 4fa52d4

Please sign in to comment.