aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 340244c..884189d 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,11 @@ go is required. Only go version >= 1.13.5 on linux amd64 has been tested.
## Building
+To run tests, use :
+```
+go test -cover ./...
+```
+
For a debug build, use :
```
go build