浏览代码

add cli test

quyuan 1 年之前
父节点
当前提交
67e9a7bfe6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/cli.yml

+ 1 - 1
.github/workflows/cli.yml

@@ -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