Skip to content

Commit

Permalink
Document make test for testing (#1154)
Browse files Browse the repository at this point in the history
Fixes #1140
  • Loading branch information
rakyll committed Sep 10, 2020
1 parent 06689a0 commit 4c5f834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -19,6 +19,8 @@ You can view and edit the source code by cloning this repository:
git clone https://github.com/open-telemetry/opentelemetry-go.git
```

Run `make test` to run the tests instead of `go test`.

There are some generated files checked into the repo. To make sure
that the generated files are up-to-date, run `make` (or `make
precommit` - the `precommit` target is the default).
Expand Down

0 comments on commit 4c5f834

Please sign in to comment.