From 5bae6faa329fc1543fa4cd22110852f8fd04e104 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Fri, 10 Sep 2021 16:34:46 +0200 Subject: [PATCH] change CONTRIBUTING slightly --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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).