Skip to content

Commit

Permalink
document make quicktest (#6458)
Browse files Browse the repository at this point in the history
I just learned that this exists so leaving a note for others.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
  • Loading branch information
ahmetb committed Aug 20, 2021
1 parent ef2a03e commit e2ef4c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ The unit tests live with the code they test and can be run with:
make test
```

You can also run a smaller set of unit tests that run quicker with:

```shell
make quicktest
```

In case you see a linter error such as:

```shell
Expand Down

0 comments on commit e2ef4c0

Please sign in to comment.