Skip to content

Commit

Permalink
Added details on how to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonreinke committed Jun 29, 2020
1 parent 7d30e7f commit 4c34135
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,8 @@ Files are created as follows:

To build you may need to specify that module download mode is using a vendor folder. Failure to do this will mean that modified vendor files will not be used.

`go build -mod vendor`
`go build -mod vendor`

## Testing:

`go test -mod vendor ./...`

0 comments on commit 4c34135

Please sign in to comment.