github.com/bshelton229/agent@v3.5.4+incompatible/.buildkite/steps/tests.sh (about)

     1  #!/bin/bash
     2  set -euo pipefail
     3  
     4  echo '+++ Running tests'
     5  go test -race ./... 2>&1 | sed -e 's/^---/***/'