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:
parent
409462e989
commit
8bdf05dae4
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 ./...
|
Loading…
Reference in New Issue
Block a user