We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40154fa commit 7d4d796Copy full SHA for 7d4d796
.github/workflows/ci.yml
@@ -23,3 +23,5 @@ jobs:
23
run: cargo build --verbose
24
- name: Run tests
25
run: cargo test --verbose
26
+ - name: Run help
27
+ run: cargo run -- --help
.github/workflows/nightly-release.yml
@@ -32,7 +32,7 @@ jobs:
32
components: rustfmt, clippy
33
override: true
34
- name: Install libudev for Linux (optional)
35
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'Linux'
36
run: sudo apt-get install libudev-dev
37
- name: Build
38
run: cargo build --release
0 commit comments