mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 21:15:26 +00:00
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>
This commit is contained in:
4
hack/test-unit.sh
Executable file
4
hack/test-unit.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
go test -race ./...
|
||||
Reference in New Issue
Block a user