1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00
Files
os/scripts/test

8 lines
92 B
Plaintext
Raw Normal View History

2021-08-31 11:14:03 -07:00
#!/bin/bash
set -e
cd $(dirname $0)/..
echo Running tests
go test -cover -tags=test ./...