Merge PR #6033: Add setup for cli_test

This commit is contained in:
SaReN
2020-04-29 11:52:30 -04:00
committed by GitHub
parent 5a9d3cfc70
commit 3b71198b25
15 changed files with 778 additions and 8 deletions
+7
View File
@@ -49,3 +49,10 @@ jobs:
file: ./coverage.txt # optional
fail_ci_if_error: true
if: "env.GIT_DIFF != ''"
cli-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cli-test
run: |
make cli-test