diff --git a/README.md b/README.md index 7e7b627..4e82d4d 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +`go build -mod vendor` + +## Testing: + +`go test -mod vendor ./...` \ No newline at end of file