Skip to content

Commit

Permalink
Merge pull request #11 from kubecost/mmd-circleci-build
Browse files Browse the repository at this point in the history
Initial CircleCI build
  • Loading branch information
michaelmdresser authored Feb 8, 2021
2 parents b5f671e + bfd8f1b commit 2db7d5c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
jobs:
build:
docker:
- image: cimg/go:1.15.8

steps:
- checkout
- run: go test -v ./...
- run: make build

0 comments on commit 2db7d5c

Please sign in to comment.