herald.go/scripts/build_and_test.sh
2021-12-07 06:45:18 -05:00

3 lines
46 B
Bash
Executable file

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