diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84c73fa39..f6c2fcf4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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).