forked from lix-project/hydra
Note in README how to run a single test
This commit is contained in:
parent
ba557972c7
commit
638f5a1ac9
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ After making your changes, verify the test suite still passes. After following t
|
||||||
```
|
```
|
||||||
$ nix-shell
|
$ nix-shell
|
||||||
$ make check
|
$ make check
|
||||||
|
$ # Or, to run a single test, use:
|
||||||
|
$ yath test ./t/foo/bar.t
|
||||||
```
|
```
|
||||||
|
|
||||||
### JSON API
|
### JSON API
|
||||||
|
|
Loading…
Reference in a new issue