Try unittest anyway if flake8 fails.

This commit is contained in:
Matthew Stratford 2021-04-08 20:41:21 +01:00
parent fdeffff9fd
commit b128d14545

View file

@ -34,6 +34,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
- name: Test with unittest
if: ${{ always() }}
timeout-minutes: 10
run: |
python -m sounddevice