Skip to content

Commit

Permalink
circleci: added missing goimports indirect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Mar 18, 2020
1 parent 3084a70 commit 3bd50fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- run: go vet -tags bls377 -v ./...
- run: go vet -tags bls381 -v ./...
- run: go vet -tags bn256 -v ./...
- run: go get golang.org/x/tools/cmd/goimports
- run: go generate ./...
- run: go test -v -tags bls377,debug ./...
- run: go test -v -tags bls381,debug ./...
Expand Down

0 comments on commit 3bd50fc

Please sign in to comment.