Skip to content

Commit 2b7402c

Browse files
authored
Add documentation for running tests (#88)
1 parent 1469e4d commit 2b7402c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using [cake](https://cakebuild.net/)
3737

3838
#### windows:
3939

40-
```ps
40+
```ps1
4141
.\build.ps1
4242
```
4343

@@ -46,3 +46,9 @@ using [cake](https://cakebuild.net/)
4646
```sh
4747
. build.sh
4848
```
49+
50+
### Run Tests
51+
52+
```ps1
53+
.\build.ps1 -Target Run-Unit-Tests
54+
```

0 commit comments

Comments
 (0)