Browse Source

:robot: ci: switch to go test

Ettore Di Giacinto 3 years ago
parent
commit
ae027f828b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/tests.sh

+ 1 - 1
.github/tests.sh

@@ -7,4 +7,4 @@ set -ex
 GO111MODULE=off go get github.com/onsi/ginkgo/ginkgo
 GO111MODULE=off go get github.com/onsi/gomega/...
 
-TEST_INSTANCE="http://localhost:8080" ginkgo -r api/client
+TEST_INSTANCE="http://localhost:8080" go test ./api/client