Skip to content

Commit

Permalink
circleci: run go generate to ensure repo consistency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Mar 18, 2020
1 parent b304440 commit 531aded
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 generate ./...
- run: go test -v -tags bls377,debug ./...
- run: go test -v -tags bls381,debug ./...
- run: go test -v -tags bn256,debug ./...
Expand Down

0 comments on commit 531aded

Please sign in to comment.