We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c5362 commit 2d21777Copy full SHA for 2d21777
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
- uses: dtolnay/rust-toolchain@stable
24
- name: Install nextest
25
uses: taiki-e/install-action@nextest
26
+ - run: sudo apt update && sudo apt install -y libudev-dev
27
- run: cargo nextest run --all-features
28
- run: cargo test --doc --all-features
29
@@ -67,4 +68,5 @@ jobs:
67
68
69
with:
70
components: clippy
71
72
- run: cargo clippy -- -D warnings
0 commit comments