herald.go/scripts/build_and_test.sh
2021-12-06 22:31:03 -05:00

3 lines
46 B
Bash
Executable file

#!/bin/bash
go build .
go test -v -race ./...