forked from TrueCloudLab/tzhash
parent
460d68432a
commit
79ebc0e583
1 changed files with 12 additions and 0 deletions
12
.circleci/config.yml
Normal file
12
.circleci/config.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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.11
|
||||||
|
working_directory: ~/{{ORG_NAME}}/{{REPO_NAME}}
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run: go test -v ./...
|
Loading…
Reference in a new issue