diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fdd3342..36092ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,8 +11,8 @@ Read the [upstream CONTRIBUTING.md](https://github.com/GoCodeAlone/workflow/blob ```sh git clone https://github.com/GoCodeAlone/workflow-plugin-agent.git cd workflow-plugin-agent -go build ./... -go test ./... +GOWORK=off go build ./... +GOWORK=off go test ./... ``` ## Pull requests @@ -20,7 +20,7 @@ go test ./... - One feature or bugfix per PR. - Update CHANGELOG.md with a Keep-a-Changelog entry. - Add tests covering new behavior. -- Run `go vet ./...` before pushing. +- Run `GOWORK=off go vet ./...` before pushing. ## Reporting issues