Sfoglia il codice sorgente

:robot: run tests also in API

Ettore Di Giacinto 3 anni fa
parent
commit
3fa3f5e79a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"
 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/...