owl-blogs/run_tests.sh

7 lines
98 B
Bash
Raw Normal View History

2023-07-08 11:28:06 +00:00
#!/bin/bash
set -e
OWL_SECRET_KEY=test-secret-key \
go test -v -coverprofile=coverage.out ./...