Skip to content

Commit

Permalink
Check for help mesage rather than no arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Sep 30, 2023
1 parent 394c97c commit 7645bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Install in editable mode
run: python3 -m pip install -e .

- name: Check version
run: python3 -m chatdbg
- name: Check help message
run: python3 -m chatdbg --help

0 comments on commit 7645bcc

Please sign in to comment.