Loading assets/auto-deploy-app/CONTRIBUTING.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 ``` Loading
assets/auto-deploy-app/CONTRIBUTING.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 ```