Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
README: Test instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
toothbrush committed Aug 18, 2022
1 parent 31f38f9 commit 3dd8bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ You can then run `$GOPATH/bin/yak`.

### Running tests

Install `gotestsum`, then run tests.
Just run:

```
go install gotest.tools/gotestsum
make test
```

If `gotestsum` isn't available we'll try and install it.
To run tests without gotestsum, or to run the tests for any individual package, you can run:

```
Expand Down

0 comments on commit 3dd8bb5

Please sign in to comment.