This website requires JavaScript.
Explore
Help
Register
Sign In
djpbessems
/
ContainerImage.Pinniped
Watch
1
Star
0
Fork
0
You've already forked ContainerImage.Pinniped
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c5d5914866
ContainerImage.Pinniped
/
hack
/
test-unit.sh
6 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
Add ./hack/test-unit.sh. Our unit test command is going to get slighly more complex in a future revision. This should let us avoid having to sync the CI pipeline definition so many times. Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-07-30 18:28:27 +00:00
#!/bin/bash
set
-e
go
test
-race ./...
We need an extra "go test" command for the new pkg/client module. Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-07-30 19:00:06 +00:00
(
cd
pkg/client
&&
go
test
-race ./...
)
Reference in New Issue
Copy Permalink