diff --git a/tests/tests.sh b/tests/tests.sh new file mode 100755 index 0000000..f3ce87e --- /dev/null +++ b/tests/tests.sh @@ -0,0 +1,4 @@ +# This script run all unit tests and store coverage output into coverage.out +# Require go >= 1.13 + +go test ./... -v -race -coverprofile=coverage.out -covermode=atomic \ No newline at end of file