mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-29 19:42:54 +00:00
Merge pull request #35 from mattmoyer/add-hack-test-script
Add ./hack/test-unit.sh.
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
go test -race ./...
|
||||
Reference in New Issue
Block a user