1
0
mirror of https://github.com/google/gops.git synced 2024-11-27 08:31:17 +02:00
gops/.circleci/config.yml
2019-07-29 13:06:16 -07:00

16 lines
359 B
YAML

# Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12
working_directory: /go/src/github.com/google/gops
steps:
- checkout
# specify any bash command here prefixed with `run: `
- run: go test -v ./...