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
commit 15bee7456c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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

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