1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 09:48:36 +01:00
Files
cli/scripts/test

9 lines
99 B
Plaintext
Raw Permalink Normal View History

2016-05-26 20:00:15 -07:00
#!/bin/bash
set -e
cd $(dirname $0)/..
echo Running tests
go test -race -cover -tags=test ./...