We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591ce3a commit c41880eCopy full SHA for c41880e
README.md
@@ -33,6 +33,12 @@ To build all targets in `ystdlib-cpp`:
33
task build:target
34
```
35
36
+## Testing
37
+To run unit tests for all targets in `ystdlib-cpp`:
38
+```shell
39
+task build:run-all-test
40
+```
41
+
42
## Linting
43
Before submitting a pull request, ensure you’ve run the linting commands below and have fixed all
44
violations and suppressed all warnings.
0 commit comments