Skip to content

Commit

Permalink
docs(contributing): update the command to run tests (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninadingole committed Sep 15, 2022
1 parent 5024e60 commit 7415355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ For every Pull Request on GitHub and on the main branch the coverage data will g
You can use the `BROWSER` environment variable to use a different browser than Chromium for the tests and use the `HEADLESS` environment variable which is useful for debugging.

```
BROWSER=chromium HEADLESS=1 go test -v --race
BROWSER=chromium HEADLESS=1 go test -v --race ./...
```

0 comments on commit 7415355

Please sign in to comment.