Enable debug view explicitly and test it in CI

This commit is contained in:
Héctor Ramón Jiménez 2019-11-03 05:06:53 +01:00
parent 1a2e512686
commit 494b0681f8
2 changed files with 5 additions and 6 deletions

View file

@ -19,4 +19,6 @@ jobs:
sudo apt-get install -y libasound2-dev libudev-dev
- uses: actions/checkout@master
- name: Run tests
run: cargo test --verbose --all --all-features
run: |
cargo test --verbose --all
cargo test --verbose --all --all-features