Files
k3k/scripts/test
2023-01-20 00:27:46 +02:00

8 lines
92 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)/..
echo Running tests
go test -cover -tags=test ./...