From b3239e01b7ba1736127d6f798fa009bce538c7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Thu, 28 Dec 2023 14:50:32 -0800 Subject: [PATCH] Update command for testing exercises (#25) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d692e87..164c8de 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Exercism exercises in GDScript. ## Testing -To test the exercises, run `./bin/test`. +To test the exercises, run `./bin/verify-exercises`. This command will iterate over all exercises and check to see if their exemplar/example implementation passes all the tests. ### Track linting