1
0
mirror of https://github.com/strongdm/comply synced 2024-07-05 08:11:48 +00:00
comply/vendor/github.com/voxelbrain/goptions/circle.yml
2019-07-14 13:51:10 -03:00

10 lines
143 B
YAML

version: 2
jobs:
build:
docker:
- image: circleci/golang
steps:
- checkout
- run: go get -d .
- run: go test