Skip to content

Commit

Permalink
fix: add test-http-service to PHONEY (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta authored Nov 27, 2024
1 parent ced483d commit 9ebbbe6
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 @@ -2,7 +2,7 @@
format imports tidy vet staticcheck lint \
fetch-latest-client-protos-version install-protoc-from-client-protos install-protos-devtools update-protos build-protos update-and-build-protos \
build precommit \
test test-auth-service test-cache-service test-leaderboard-service test-storage-service test-topics-service \
test test-auth-service test-cache-service test-leaderboard-service test-storage-service test-topics-service test-http-service \
vendor build-examples run-docs-examples

GOFILES_NOT_NODE = $(shell find . -type f -name '*.go' -not -path "./examples/aws-lambda/infrastructure/*")
Expand Down

0 comments on commit 9ebbbe6

Please sign in to comment.