Skip to content

Commit

Permalink
Bind test API server to localhost.
Browse files Browse the repository at this point in the history
Avoids the modal popups from the macOS firewall.
  • Loading branch information
sengi committed Jul 26, 2023
1 parent 290cdea commit cdb3f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ unit_tests: build

integration_tests: start_mongo build
ROUTER_PUBADDR=localhost:8080 \
ROUTER_APIADDR=localhost:8081 \
go test -race -v ./integration_tests

start_mongo: clean_mongo
Expand Down

0 comments on commit cdb3f6b

Please sign in to comment.