Skip to content

Commit

Permalink
adds a warning to avoid invoking make test
Browse files Browse the repository at this point in the history
Lars Gohlke committed Jan 31, 2021
1 parent 7e46d6b commit 56bdf94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -33,6 +33,8 @@ Run the new binary as: `./bin/glab`

Run tests with: make test or go test ./...

WARNING: Do not run `make test` outside of an isolated environment, it will overwrite your global config.

## Submitting a pull request

1. Create a new branch: `git checkout -b my-branch-name`

0 comments on commit 56bdf94

Please sign in to comment.