11 lines
170 B
YAML
11 lines
170 B
YAML
|
steps:
|
||
|
go-test:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- make -C polyculeconnect test
|
||
|
|
||
|
go-build:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- make -C polyculeconnect build
|