herald.go/scripts/build_and_test.sh

5 lines
73 B
Bash
Raw Normal View History

2021-12-07 04:31:03 +01:00
#!/bin/bash
2021-12-11 23:22:45 +01:00
./protobuf/build.sh
2021-12-07 04:31:03 +01:00
go build .
2021-12-13 00:42:55 +01:00
go test -v -race -cover ./...