summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-31 18:10:59 +0200
committerPaul Buetow <paul@buetow.org>2021-10-31 18:10:59 +0200
commit2e9ce81c47d45dd1f2c607df6e19bdfdc3bb3cc8 (patch)
treef6faa68be7d43f51bfffad35e383a673d59bbaaf /doc
parent3cea066fa836eb35ccd1645ee66af8c0ec37577d (diff)
add note about linting and vetting the code before a release is made
Diffstat (limited to 'doc')
-rw-r--r--doc/testing.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/testing.md b/doc/testing.md
index 1066c4c..4ad935f 100644
--- a/doc/testing.md
+++ b/doc/testing.md
@@ -7,6 +7,8 @@ Currently, there are 3 different ways of how DTail can be tested.
2. Integration tests (automatic)
3. Semi-manual tests with DTail server instances running in Docker.
+Also, not actually testing, DTail is being linted and vetted before each release. For this run `make lint` and `make vet` at the top level source directory.
+
## Unit tests
To run all the unit tests simply run the following make command at the top level source directory: