Skip to content

Commit c69a7d3

Browse files
chore: tips to run single test file
1 parent 8668df3 commit c69a7d3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ It is entirely functional, immutable, and free of side effects.
44

55
strategygames is a fork from [scalachess](https://github.com/lichess-org/scalachess) which is the equivalent Chess API for [lichess.org](https://lichess.org).
66

7-
INSTALL
8-
-------
7+
## INSTALL
98

109
Clone scalachess
1110

@@ -26,7 +25,12 @@ To run the tests (with coverage):
2625
clean coverage test
2726
coverageReport
2827

28+
To run only 1 test:
29+
30+
sbt "testOnly **.TestNameTest"
31+
2932
Code formatting
33+
3034
###
3135

3236
This repository uses [scalafmt](https://scalameta.org/scalafmt/).

0 commit comments

Comments
 (0)