Skip to content

Commit

Permalink
Remove c2j generate from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips authored and skmcgrail committed Sep 24, 2020
1 parent ff5ff08 commit ea68036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ go:
- tip

script:
make ci-test;
make ci-test-no-generate;

matrix:
allow_failures:
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ unit-with-race-cover: verify build

ci-test: generate unit-with-race-cover ci-test-generate-validate test-protocols test-services

ci-test-no-generate: unit-with-race-cover test-protocols test-services

ci-test-generate-validate:
@echo "CI test validate no generated code changes"
git update-index --assume-unchanged go.mod go.sum
Expand Down

0 comments on commit ea68036

Please sign in to comment.