Try unittest anyway if flake8 fails.
This commit is contained in:
parent
fdeffff9fd
commit
b128d14545
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue