github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/script/unittest (about) 1 #!/bin/bash 2 # 3 # Run the unit tests. 4 5 set -euxo pipefail 6 7 # Do extra rounds of testing to help identify reauth concurrency issues. 8 # All other packages are tested in the `coverage` tests. 9 # shellcheck disable=SC2068 10 go test -v -race -count=5 ./testing $@