gecko/scripts/build_test.sh

9 lines
193 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 -coverprofile=coverage.out -covermode=atomic ./...