Files
holos/scripts/test
2024-02-03 06:18:09 -08:00

4 lines
89 B
Bash
Executable File

#! /bin/bash
set -xeuo pipefail
go test -coverpkg=./... -coverprofile=coverage.out ./...