Skip to content

Commit

Permalink
Tighten up circleci script a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertreat committed Aug 19, 2020
1 parent 7a57ff4 commit 1ec6155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ jobs:
- checkout
- run: sudo apt-get update -yqq && sudo apt-get install -yqq bzr
- run: GO111MODULE=on go test -v ./... # Test v1
- run: cd v2
- run: GO111MODULE=on go test -v ./... # Test v2
- run: cd v2 && GO111MODULE=on go test -v ./... # Test v2

0 comments on commit 1ec6155

Please sign in to comment.