Commit 8dd60417 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

docs: fix test command in CONTRIBUTING.md

parent d64cde6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,5 +49,5 @@ To run the tests, run the following commands from the root of your copy of `auto
helm repo add stable https://charts.helm.sh/stable # required only once
helm dependency build .               # required any time the dependencies change
cd test
GO111MODULE=auto go test .            # required for every change to the tests or the template
GO111MODULE=auto go test ./...        # required for every change to the tests or the template
```