chkbit/scripts/tests
2024-08-16 16:00:48 +02:00

8 lines
98 B
Bash
Executable File

#!/bin/bash
set -e
script_dir=$(dirname "$(realpath "$0")")
cd $script_dir/..
go test -v ./util