Skip to content

Commit

Permalink
Remove some steps that I added to README that aren't actually required
Browse files Browse the repository at this point in the history
  • Loading branch information
initialed85 authored and lorenzodonini committed Jul 2, 2024
1 parent 9041b9f commit 1836697
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,5 @@ Or you may build requests manually and send them using either the synchronous or
If you're contributing a code change, you'll want to be sure the tests are passing first; here are the steps to check that:

- Install [toxiproxy](https://github.com/Shopify/toxiproxy) for your platform
- Shell 1 - `cd example/1.6 && ./create-test-certificates.sh ; cd ../..`
- Shell 1 - `cd example/2.0.1 && ./create-test-certificates.sh ; cd ../..`
- Shell 1 - `toxiproxy-server -port 8474 -host localhost`
- Shell 2 - `go fmt ./... && go vet ./... && go test -v -count=1 -failfast ./...`

0 comments on commit 1836697

Please sign in to comment.