Skip to content

Commit

Permalink
remove make dep and note additional step in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Dec 4, 2023
1 parent 6ec7648 commit 50543ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions 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: build-web
test-web:
$(MAKE) -C rpc/examples/echo test-run-server

# examples
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ For example, try running a simple echo server with:
make example-echo/run-server
```

### Automated Web Browser Tests

You can web browser tests locally with the following commands:

```
make build-web # one time step
make test-web
```

## Windows Support

Windows 10 22H2 and up.
Expand Down

0 comments on commit 50543ef

Please sign in to comment.