Skip to content

Commit 70d29bc

Browse files
committed
docs: run all the tests, might be slow, but still more convenient than point to runnable, we can listen to changes only too
1 parent 816e5ba commit 70d29bc

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

2023/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# Run the days with
1+
# Run tests of the days
22

33
```bash
4-
scala-cli run src/main/scala/day02.scala --main-class com.markkovari.adventofcode.day02.part1
4+
sbt test
55
```
66

7-
- Soon will add a justfile with params to run the days, but realistocly not going to happen
7+
## Listening for changes
8+
9+
```bash
10+
sbt ~test
11+
```

0 commit comments

Comments
 (0)