Note in README how to run a single test

This commit is contained in:
Shay Bergmann 2021-07-26 17:14:00 +00:00
parent ba557972c7
commit 638f5a1ac9
No known key found for this signature in database
GPG key ID: 9B31F845AB291324

View file

@ -113,6 +113,8 @@ After making your changes, verify the test suite still passes. After following t
```
$ nix-shell
$ make check
$ # Or, to run a single test, use:
$ yath test ./t/foo/bar.t
```
### JSON API