This website requires JavaScript.
Explore
Help
Sign In
rancher
/
cli
Watch
1
Star
0
Fork
0
You've already forked cli
mirror of
https://github.com/rancher/cli.git
synced
2026-02-05 09:48:36 +01:00
Code
Issues
Releases
Activity
Files
c2d2dad5e959551d3377af056684a0ab85d823a4
cli
/
scripts
/
test
9 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial Commit
2016-05-26 20:00:15 -07:00
#!/bin/bash
set -e
cd $(dirname $0)/..
echo Running tests
Update build process Problem: The cli is using an old go version It does not use all the validation tools rancher/rancher uses Solution: Update to go version 1.12.9 Include goimports for validation
2019-08-26 14:55:48 -07:00
go test -race -cover -tags=test .././...
Copy Permalink