steps:
go-test:
image: golang
commands:
- echo $GOPROXY
- make -C polyculeconnect test
go-build:
- make -C polyculeconnect build
when:
event: [push, tag]