github.com/discordapp/buildkite-agent@v2.6.6+incompatible/scripts/tests.sh (about)

     1  #!/bin/bash
     2  
     3  set -euo pipefail
     4  
     5  echo '+++ Running tests'
     6  
     7  go test $(go list ./... | grep -v /vendor/)