Skip to content

Commit c41880e

Browse files
committed
Update doc
1 parent 591ce3a commit c41880e

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
@@ -33,6 +33,12 @@ To build all targets in `ystdlib-cpp`:
3333
task build:target
3434
```
3535

36+
## Testing
37+
To run unit tests for all targets in `ystdlib-cpp`:
38+
```shell
39+
task build:run-all-test
40+
```
41+
3642
## Linting
3743
Before submitting a pull request, ensure you’ve run the linting commands below and have fixed all
3844
violations and suppressed all warnings.

0 commit comments

Comments
 (0)