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:
Matt Moyer 2020-07-30 13:28:27 -05:00
parent 409462e989
commit 8bdf05dae4

4
hack/test-unit.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -e
go test -race ./...