1
0
mirror of https://github.com/strongdm/comply synced 2024-07-08 17:31:47 +00:00
comply/vendor/github.com/voxelbrain/goptions/circle.yml

10 lines
143 B
YAML
Raw Normal View History

2019-07-14 16:51:10 +00:00
version: 2
jobs:
build:
docker:
- image: circleci/golang
steps:
- checkout
- run: go get -d .
- run: go test