markdown/s/run-tests.sh

5 lines
57 B
Bash
Executable File

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