change CONTRIBUTING slightly

This commit is contained in:
tsmethurst 2021-09-10 16:34:46 +02:00
commit 5bae6faa32

View file

@ -147,11 +147,9 @@ In the above command, it is assumed you are using the default Postgres password
Finally, to run tests against both database types one after the other, use:
```bash
./scripts.test.sh
./scripts/test.sh
```
The above script is also used by the CI/CD runner to run tests.
## Linting
We use [golangci-lint](https://golangci-lint.run/) for linting. To run this locally, first install the linter following the instructions [here](https://golangci-lint.run/usage/install/#local-installation).