herald.go/scripts/build_and_test.sh

5 lines
73 B
Bash
Raw Normal View History

2021-12-06 22:31:03 -05:00
#!/bin/bash
2021-12-11 17:22:45 -05:00
./protobuf/build.sh
2021-12-06 22:31:03 -05:00
go build .
2021-12-12 18:42:55 -05:00
go test -v -race -cover ./...