Merge pull request #35 from mattmoyer/add-hack-test-script

Add ./hack/test-unit.sh.
This commit is contained in:
Matt Moyer
2020-07-30 13:49:28 -05:00
committed by GitHub

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

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