More CLI tests

This commit is contained in:
2021-04-25 22:47:55 -07:00
parent 3972786d82
commit 08be02a49c
3 changed files with 182 additions and 4 deletions

View File

@ -24,6 +24,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8
- name: Install module
run: python -m pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names