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
commit85cf3ebb02ac9a800970794b6f216324149b948c (patch)
treef6faa68be7d43f51bfffad35e383a673d59bbaaf /doc
parentffa1a0305650b1929781c7a5c763d55543a6f7ec (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: