This website requires JavaScript.
Explore
Help
Sign In
rancher
/
cli
mirror of
https://github.com/rancher/cli.git
Watch
1
Star
0
Fork
You've already forked cli
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
cli
/
scripts
/
test
9 lines
99 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
set
-e
cd
$(
dirname
$0
)
/..
echo
Running tests
go
test
-race -cover -tags
=
test
./...
Reference in New Issue
View Git Blame
Copy Permalink