Files
scaleset/script/test
T
e4a017ce06 Initial commit for open source release 🚀
Co-authored-by: Francesco Renzi <[email protected]>
Co-authored-by: Nikola Jokic <[email protected]>
2026-02-03 16:41:15 +01:00

7 lines
61 B
Bash
Executable File

#!/usr/bin/env bash
set -eEuo pipefail
go test ./... "$@"