1
0
mirror of https://github.com/rancher/norman.git synced 2025-04-27 19:15:07 +00:00
norman/scripts/ci
Tom Lebreux 7214b58895
Run go test in CI (#477)
* CI: Run go test

* CI: Move to dapper v0.6.0
2024-04-10 09:42:16 -04:00

9 lines
64 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
./validate
./test
./build