Browse Source

:robot: Add -race to tests

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

+ 1 - 1
.github/tests.sh

@@ -5,7 +5,7 @@ set -ex
 GO111MODULE=off go get github.com/onsi/ginkgo/ginkgo
 GO111MODULE=off go get github.com/onsi/gomega/...
 
-go test ./pkg/...
+go test -race ./pkg/...
 
 ./edgevpn api &