1
0
Fork 0
mirror of https://github.com/alemidev/scope-tui.git synced 2024-09-19 21:54:07 +02:00

ci: cpal doesn't build in github actions

just test file and app i guess
This commit is contained in:
əlemi 2024-04-05 00:23:13 +02:00
parent 688329dfbe
commit 103aaba56d
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=app,file
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --no-default-features --features=app,file