Generate all code when checking for changes

This commit is contained in:
Dan Buch 2016-07-14 16:02:57 -04:00
parent f4ee034378
commit cbaa419c8f
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -75,7 +75,7 @@ def _gen():
print('runtests: skip on {}'.format(go_version), file=sys.stderr)
return
_run('go generate .')
_run('go generate ./...')
_run('git diff --exit-code')