Browse Source

add cli test

quyuan 1 year ago
parent
commit
67e9a7bfe6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/cli.yml

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

@@ -44,7 +44,7 @@ jobs:
       run: |
         export http_proxy=""
         export https_proxy=""
-    - name: get-benchmark-result
+    - name: test_cli
       run: |
         echo $GITHUB_WORKSPACE
         cd $GITHUB_WORKSPACE && pytest -v tests/test_cli/test_cli.py -s