polycule-connect/.woodpecker/test.yml

15 lines
220 B
YAML
Raw Normal View History

steps:
go-test:
image: golang
commands:
2023-10-22 20:13:14 +00:00
- echo $GOPROXY
- make -C polyculeconnect test
go-build:
image: golang
commands:
- make -C polyculeconnect build
when:
event: [push, tag]