tests.sh 244 B

1234567891011
  1. #!/bin/bash
  2. set -ex
  3. go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
  4. ./edgevpn api &
  5. export TEST_INSTANCE="http://localhost:8080"
  6. ginkgo -v -r --flake-attempts 5 --coverprofile=coverage.txt --covermode=atomic --race ./pkg/... ./api/...