Skip to content

Commit

Permalink
add cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
quyuan committed Apr 25, 2024
1 parent 7d59d32 commit 67e9a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67e9a7b

Please sign in to comment.