- Clone the repository
git clone https://github.com/znsio/specmatic-order-bff-grpc-go
- Initialize and update the
proto_files
submodule
git submodule update --init --recursive --remote
- Enable automatic submodule updating when executing
git pull
git config submodule.recurse true
go mod tidy
go test contract_test.go -v -count=1