gecko/scripts/build_test.sh

9 lines
212 B
Bash
Executable File

#!/bin/bash -e
# Ted: contact me when you make any changes
SRC_DIR="$(dirname "${BASH_SOURCE[0]}")"
source "$SRC_DIR/env.sh"
go test -race -timeout="30s" -coverprofile="coverage.out" -covermode="atomic" ./...