owl-blogs/run_tests.sh

7 lines
98 B
Bash
Executable File

#!/bin/bash
set -e
OWL_SECRET_KEY=test-secret-key \
go test -v -coverprofile=coverage.out ./...