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