mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-14 18:10:17 +00:00
Merge pull request #35 from mattmoyer/add-hack-test-script
Add ./hack/test-unit.sh.
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