From fbcb87bcb524662b96669b3e7db2eb0fdca2f9e5 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sat, 26 Mar 2022 10:03:57 +0200 Subject: [PATCH] chore: tweak contributing --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b6638ce2..579b96f8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,10 +7,10 @@ cd internal/dbtest ./test.sh ``` -You can also run tests and print all executed queries to stdout: +To ease debugging, you can run tests and print all executed queries: ```shell -BUNDEBUG=2 TZ= go test +BUNDEBUG=2 TZ= go test -run=TestName ``` ## Releasing