diff --git a/run_tests.sh b/run_tests.sh new file mode 100755 index 0000000..3cb7677 --- /dev/null +++ b/run_tests.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +go build -v ./... +go test ./... -race -coverprofile=coverage.txt -covermode=atomic \ No newline at end of file