tendermint-mpc-validator/.gitlab-ci.yml

7 lines
71 B
YAML

image: golang:1.15
unit_test:
stage: test
script:
- make test