mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 09:15:02 +00:00
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#! /bin/bash
|
|
set -xeuo pipefail
|
|
go test -coverpkg=./... -coverprofile=coverage.out ./...
|