Skip to content

Commit bc9b354

Browse files
committed
CONTRIBUTING: Add note about testing locally
1 parent 8458ff6 commit bc9b354

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,24 @@
1515
## Asking for help
1616

1717
- Don't be afraid to ask for help in an issue or PR.
18+
19+
## Testing
20+
21+
Testing is done with GitHub actions.
22+
23+
24+
If you want to run test locally you can use the following flags:
25+
26+
```
27+
-db string
28+
-host string
29+
-pass string
30+
-port string
31+
-user string
32+
```
33+
34+
Example:
35+
```
36+
$ cd client
37+
$ go test -args -db test2 -port 3307
38+
```

0 commit comments

Comments
 (0)