From de4140f02994de7ffc2ec19a5d60701e7d37d629 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Wed, 24 Dec 2025 19:36:58 -0500 Subject: [PATCH] Update testing commands in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02ae276..134442e 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Exercism exercises in MoonScript. ## Testing -To test all exercises, run `./bin/verify-exercises`. +To test all exercises, run `./bin/test-all`. This command will iterate over all exercises and check to see if their exemplar/example implementation passes all the tests. -To test a single exercise, run `./bin/verify-exercises `. +To test a single exercise, run `./bin/test-one `. ### Using Docker