ci: run --help to test correctness

This commit is contained in:
张泊明518370910136 2022-09-17 17:15:37 +08:00
parent 32e35bc919
commit 95b2edd804
No known key found for this signature in database
GPG Key ID: FBEF5DE8B9F4C629

View File

@ -27,3 +27,5 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -e .; fi
- name: Run --help
run: joint-teapot --help