-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix core tests, --filter=[core] --valgrind
- Loading branch information
Showing
4 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Workflow Parameters | ||
Adding parameters in the Git commit log can control the workflow. | ||
|
||
## --filter | ||
This parameter specifies which workflows to run, instead of running all of them. | ||
The command format is: `--filter=[flow1][flow2][flow...]` , | ||
and it supports setting multiple workflows, with names matching the filename of the yml file. | ||
|
||
## --valgrind | ||
Setting this parameter will cause the test program to be run with `valgrind`. | ||
|
||
```shell | ||
git commit -m "commit message --filter=[core][unit] --valgrind" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters