tusd/scripts/test_all.sh

7 lines
64 B
Bash
Executable File

#!/usr/bin/env bash
set -e
go test ./pkg/...
go vet ./pkg/...