blob: e8b54c0c455e857950f3b7514d15b7bc35ead158 [file] [log] [blame]
DuĊĦan Kasan625c8342020-04-06 00:46:41 +02001# Golang CircleCI 2.0 configuration file
2#
3# Check https://circleci.com/docs/2.0/language-go/ for more details
4version: 2
5jobs:
6 build:
7 docker:
8 - image: circleci/golang:1.14
9 working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
10 steps:
11 - checkout
12 - run: go test -v ./...