1
0
Fork 0
mirror of https://github.com/alemidev/scope-tui.git synced 2024-11-14 02:39:20 +01:00

ci: don't try to build pulseaudio bindings in CI

This commit is contained in:
əlemi 2024-02-20 15:53:17 +01:00
parent 34e7927c74
commit c928ea4899
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
run: cargo build --verbose --no-default-features --features=tui
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --no-default-features --features=tui