From c244e9becd60d8d8fd73c5e5c9996caabc89a9f3 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Mon, 23 Sep 2019 19:57:14 +0200 Subject: [PATCH] Refresh makefile help --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d57f4269f..817c067bb 100644 --- a/Makefile +++ b/Makefile @@ -59,10 +59,11 @@ help: @echo @echo - vet - run go vet on all code @echo - critic - run go critic on all code - @echo - test.compose - individual package unit tests - @echo - test.messaging - individual package unit tests - @echo - test - run all available unit tests - @echo - qa - run vet, critic and test on code + @echo - test.all - run all tests + @echo - test.unit - run all unit tests + @echo - test.integration - run all integration tests + @echo + @echo See tests/README.md for more info @echo