Skip to content

Commit 5a6899a

Browse files
committed
comment
1 parent 58d67cc commit 5a6899a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ cd test
2727
dotnet test
2828
```
2929

30+
To see which tests are running, we recommend setting the verbosity level:
31+
32+
```
33+
dotnet test -v d
34+
```
35+
3036
To get a list of available tests, enter the command:
3137

3238
```

0 commit comments

Comments
 (0)