Ver Fonte

:robot: run tests also in API

Ettore Di Giacinto há 3 anos atrás
pai
commit
3fa3f5e79a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/tests.sh

+ 1 - 1
.github/tests.sh

@@ -15,4 +15,4 @@ go install github.com/onsi/ginkgo/v2/ginkgo
 
 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/...