|
@@ -15,4 +15,4 @@ go install github.com/onsi/ginkgo/v2/ginkgo
|
|
|
|
|
|
export TEST_INSTANCE="http://localhost:8080"
|
|
export TEST_INSTANCE="http://localhost:8080"
|
|
|
|
|
|
-ginkgo -r --flake-attempts 3 --coverprofile=coverage.txt --covermode=atomic --race ./pkg/... ./api/client
|
|
|
|
|
|
+ginkgo -r --flake-attempts 3 --coverprofile=coverage.txt --covermode=atomic --race ./pkg/... ./api/...
|