Files
ds2api/tests/scripts/run-unit-go.sh

8 lines
122 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
cd "$ROOT_DIR"
go test ./... "$@"