Add test-unit-proto CI job (#6858)

This commit is contained in:
Aaron Craelius 2020-07-27 12:07:09 -04:00 committed by GitHub
parent bb8aabd4e1
commit 0201b94713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -188,3 +188,9 @@ jobs:
with:
file: ./coverage.txt
if: "env.GIT_DIFF != ''"
test-unit-proto-expected-to-fail:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test-unit-proto
run: make test-unit-proto