ADD go path to test
This commit is contained in:
parent
7ff18765c5
commit
17bf3c5cf6
2
.github/workflows/test_workflow.yml
vendored
2
.github/workflows/test_workflow.yml
vendored
@ -5,6 +5,8 @@ on:
|
|||||||
- master
|
- master
|
||||||
- dev
|
- dev
|
||||||
- 'feature/**'
|
- 'feature/**'
|
||||||
|
paths:
|
||||||
|
- '**.go'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
@ -45,7 +45,7 @@ func init() {
|
|||||||
flag.StringVar(&rID, "rid", "", "Select record id (shorthand)")
|
flag.StringVar(&rID, "rid", "", "Select record id (shorthand)")
|
||||||
flag.StringVar(&rID, "record-id", "", "Select record id")
|
flag.StringVar(&rID, "record-id", "", "Select record id")
|
||||||
flag.StringVar(&comment, "comment", "", "comment")
|
flag.StringVar(&comment, "comment", "", "comment")
|
||||||
flag.StringVar(&comment, "c", "", "comment operation")
|
flag.StringVar(&comment, "c", "", "comment operations")
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user