From 5fb50be1017fa6c7bfcc0b4d10173db25aed83b6 Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Sat, 2 Sep 2023 02:34:28 -0400 Subject: [PATCH] Fix(README): instructions to run tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab59d7a..89db5c1 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ Options: `cargo build` ## Test -`cargo test` +`./mk-outs.sh && cargo test`