Skip to content

Commit

Permalink
chore: update contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Feb 22, 2022
1 parent c258a17 commit 17adc53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ cd internal/dbtest
./test.sh
```

You can also run tests and print all executed queries to stdout:

```shell
BUNDEBUG=2 TZ= go test
```

## Releasing

1. Run `release.sh` script which updates versions in go.mod files and pushes a new branch to GitHub:
Expand Down

0 comments on commit 17adc53

Please sign in to comment.