refactor: consolidate verification funcs for GHA (#348)

* consolidate verification funcs

Signed-off-by: Asra Ali <asraa@google.com>
This commit is contained in:
asraa
2022-11-02 15:32:39 -05:00
committed by GitHub
parent 26f422b6b2
commit ef0f1a7a24
6 changed files with 158 additions and 216 deletions

View File

@@ -46,4 +46,4 @@ jobs:
go build -mod=vendor -o service ./cli/experimental/service/
# Tests
go test -mod=vendor -v ./...
go test -mod=vendor -v -timeout=20m ./...