From 2e9ce81c47d45dd1f2c607df6e19bdfdc3bb3cc8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 Oct 2021 18:10:59 +0200 Subject: add note about linting and vetting the code before a release is made --- doc/testing.md | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3