From 51ca5219126f22bdbb8e97590bfe1566f016f8c8 Mon Sep 17 00:00:00 2001 From: William Billingsley <wbillingsley@cantab.net> Date: Fri, 7 Mar 2025 15:13:25 +1100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 90a1dc1..ad8392a 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,23 @@ You can execute the tests with scala-cli test . ``` +or + +```sh +scala test . +``` + +depending on how you have Scala(-CLI) instsalled + To test only a single challenge, say Challenge1 ```sh scala-cli test . --test-only '*.Challenge1Suite' ``` +or + +```sh +scala test . --test-only '*.Challenge1Suite' +``` + -- GitLab