Skip to content

Commit

Permalink
build web before testing web
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Dec 4, 2023
1 parent 61f3582 commit 19feecf
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 @@ -64,7 +64,7 @@ test: test-go test-web
test-go: tool-install
PATH=$(PATH_WITH_TOOLS) ./etc/test.bash

test-web:
test-web: build-web
$(MAKE) -C rpc/examples/echo test-run-server

# examples
Expand Down

0 comments on commit 19feecf

Please sign in to comment.