Skip to content
Snippets Groups Projects
Commit 51ca5219 authored by William Billingsley's avatar William Billingsley
Browse files

Update README.md

parent 78adc352
Branches main
No related tags found
No related merge requests found
......@@ -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'
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment