aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 204df79..4ff04b9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,9 +26,11 @@ The exercise mode is very important. It tells `golings` how to run the exercise.
```sh
cd golings
-go test -v ./...
+go test -coverprofile=coverage.out -v $$(go list ./... | grep -v fixtures/error1)
```
+If you have `make` installed it is easy as running `make test`
+
## Issues and pull requests
There are specific templates that will guide you through opening issues or pull requests.