From 4c34135753ea68cfe1b6ef1bf34b67c13fa3915d Mon Sep 17 00:00:00 2001 From: Carson Reinke Date: Mon, 29 Jun 2020 15:02:28 -0400 Subject: [PATCH] Added details on how to run tests --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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