Skip to content

Commit

Permalink
Add brief instructions how to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Sep 2, 2021
1 parent 7b92f45 commit 765e424
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion RELEASING.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Releasing
## Running tests

To run tests, you need Docker which starts PostgreSQL and MySQL servers:

```shell
cd internal/dbtest
./test.sh
```

## 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 765e424

Please sign in to comment.