ADD go path to test
All checks were successful
dev workflow / test (push) Successful in 4s
dev workflow / vulnCheck (push) Successful in 10s

This commit is contained in:
maximo tejeda 2024-11-16 22:47:48 -04:00
parent 7ff18765c5
commit 17bf3c5cf6
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ on:
- master - master
- dev - dev
- 'feature/**' - 'feature/**'
paths:
- '**.go'
jobs: jobs:
test: test:

View File

@ -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() {