mirror of
https://github.com/holos-run/holos.git
synced 2026-03-03 03:28:55 +00:00
6 lines
187 B
Bash
Executable File
6 lines
187 B
Bash
Executable File
#! /bin/bash
|
|
# For https://cuelabs.dev/unity/
|
|
# Talk to Jeff, or mvdan in the CUE Slack about this if needed.
|
|
set -xeuo pipefail
|
|
go test -timeout 30s github.com/holos-run/holos/cmd/holos
|