From 638f5a1ac99616447b0113cce0746a6852ab6778 Mon Sep 17 00:00:00 2001
From: Shay Bergmann <shay.bergmann@iohk.io>
Date: Mon, 26 Jul 2021 17:14:00 +0000
Subject: [PATCH] Note in README how to run a single test

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 6139edad..8156f22f 100644
--- a/README.md
+++ b/README.md
@@ -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