Update rust.yml

This commit is contained in:
2024-08-08 15:58:47 -04:00
committed by GitHub
parent b96b0c5c66
commit 25b6ad1099

View File

@@ -19,6 +19,6 @@ jobs:
- name: Install deps - name: Install deps
run: sudo apt install libasound2-dev libudev-dev run: sudo apt install libasound2-dev libudev-dev
- name: Build - name: Build
run: cargo build --verbose run: cargo build
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test