ifix go test call

This commit is contained in:
2025-12-02 20:41:45 +01:00
parent b2611099c8
commit 513b7b726e

View File

@@ -32,7 +32,7 @@ steps:
image: golang:${goversion}
commands:
- go get
- go test -v -cover
- go test -v -cover ./...
- cd upctl
- go test -v -cover
- go test -v -cover ./...
depends_on: [build]