From ea33c22e38c1868aa920d07788faa6624ea276fe Mon Sep 17 00:00:00 2001 From: Stephen Pinkerton Date: Fri, 31 May 2019 11:14:19 -0700 Subject: [PATCH] Update instructions for running tests --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8cf7e2a..bef316a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ git clone git@github.com:your-username/dd-lambda-go.git Make your change, update tests and ensure the tests pass: ```bash -go test +go test ./... ``` Push to your fork and [submit a pull request][pr].