Merge pull request #35 from mattmoyer/add-hack-test-script
Add ./hack/test-unit.sh.
This commit is contained in:
commit
15bee7456c
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