Merge branch 'master' of github.com:mdiluz/rove
This commit is contained in:
commit
b6d47833f6
1 changed files with 1 additions and 2 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -32,8 +32,7 @@ jobs:
|
||||||
sudo chmod -R o+r /usr/local/include/google/
|
sudo chmod -R o+r /usr/local/include/google/
|
||||||
rm -f $PROTOC_ZIP
|
rm -f $PROTOC_ZIP
|
||||||
make gen
|
make gen
|
||||||
git update-index --refresh
|
git update-index --refresh || (git diff; exit 1)
|
||||||
git diff-index --quiet HEAD || (git diff; exit 1)
|
|
||||||
|
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: make test
|
run: make test
|
||||||
|
|
Loading…
Add table
Reference in a new issue