Skip to content

Commit

Permalink
Add workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
croomes committed Mar 11, 2020
1 parent b73caed commit beb9105
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ jobs:
- run: go get -v -t -d ./...
- run: go vet -v $(go list ./... | grep -v /vendor/)
- run: go test -v -race $(go list ./... | grep -v /vendor/)

workflows:
version: 2
build_and_test:
jobs:
- build

0 comments on commit beb9105

Please sign in to comment.