Skip to content

Commit

Permalink
chore: tweak contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Mar 26, 2022
1 parent df5af9c commit fbcb87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbcb87b

Please sign in to comment.