fix: unit tests were never run on cmd package
This commit is contained in:
parent
d141e4a1ed
commit
35c704ace3
3 changed files with 2 additions and 8 deletions
|
@ -18,7 +18,7 @@ set +e
|
|||
|
||||
# shellcheck disable=SC2086
|
||||
# shellcheck disable=SC2048
|
||||
go test ${TESTFLAGS[*]} ./pkg/...
|
||||
go test ${TESTFLAGS[*]} ./pkg/... ./cmd/...
|
||||
|
||||
CODE=$?
|
||||
if [ ${CODE} != 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue