diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md index 76b5118..d6daa5a 100644 --- a/README.md +++ b/README.md @@ -70,16 +70,11 @@ $ git checkout $(git describe --tags --abbrev=0) Optionally, use the `go` tool to test and benchmark the files in `svc`. -If you choose to run the tests, be sure to return to the main directory -afterwards. - ``` -$ cd svc && go test -v -bench . -benchmem +$ go test -v -bench . -benchmem ./... ... ... PASS - -$ cd .. ``` Use `make` to initiate the build and install process. |