markdown/s/run-tests.sh

7 lines
73 B
Bash
Executable File

#!/bin/bash
set -u -e -o pipefail -o verbose
go build ./...
go test -v