rocksdb #29
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
./protobuf/build.sh
|
||||
|
||||
go version
|
||||
go build .
|
||||
go test -v -race -cover ./...
|
||||
|
|
Loading…
Reference in a new issue
do you see these changing often? id be careful cause diff versions of
protoc
could introduce cosmetic changes with big diffs that dont do much. i suggest that building protobufs should be a separate optional build step just for when they changebut if they change often, then its fine to leave it here