Commit 67e9a7bf authored by quyuan's avatar quyuan

add cli test

parent 7d59d329
...@@ -44,7 +44,7 @@ jobs: ...@@ -44,7 +44,7 @@ jobs:
run: | run: |
export http_proxy="" export http_proxy=""
export https_proxy="" export https_proxy=""
- name: get-benchmark-result - name: test_cli
run: | run: |
echo $GITHUB_WORKSPACE echo $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE && pytest -v tests/test_cli/test_cli.py -s cd $GITHUB_WORKSPACE && pytest -v tests/test_cli/test_cli.py -s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment