Test python sounddevice.
This commit is contained in:
parent
a94f3c457d
commit
d895f57b9c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -40,5 +40,6 @@ jobs:
|
|||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
- name: Test with unittest
|
||||
run: |
|
||||
python -m sounddevice
|
||||
cp config.py.example config.py # We don't need an API config file for these tests.
|
||||
python -m unittest
|
||||
|
|
Loading…
Reference in a new issue