herald.go/scripts/build_and_test.sh
Jeffrey Picard b9f7d595bd
Herald.go (#47)
* switch herald to herald.go

* update ci/cd stuff

* fix issues with binary name

* we're no longer building dynamically, so turn CGO back on, and fix names

* update package names in proto files
2022-08-09 14:43:01 +03:00

6 lines
94 B
Bash
Executable file

#!/bin/bash
./protobuf/build.sh
go version
go build -o herald .
go test -v -race -cover ./...