Skip to content

Commit

Permalink
Merge pull request #70 from liftbridge-io/v2_modules_fix
Browse files Browse the repository at this point in the history
Fix v2 module
  • Loading branch information
tylertreat authored Aug 19, 2020
2 parents f9c0b88 + 1ec6155 commit f60742f
Show file tree
Hide file tree
Showing 19 changed files with 4,629 additions and 834 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ jobs:
steps:
- checkout
- run: sudo apt-get update -yqq && sudo apt-get install -yqq bzr
- run: GO111MODULE=on go test -v ./...
- run: GO111MODULE=on go test -v ./... # Test v1
- run: cd v2 && GO111MODULE=on go test -v ./... # Test v2
Loading

0 comments on commit f60742f

Please sign in to comment.