excluded HID in tests
This commit is contained in:
parent
a6a2067d54
commit
5e4937bb91
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -19,6 +19,6 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose --all-features
|
run: cargo test --verbose --features command-line webhook
|
||||||
- name: Document
|
- name: Document
|
||||||
run: cargo doc --verbose --all-features --no-deps
|
run: cargo doc --verbose --all-features --no-deps
|
||||||
|
Loading…
Reference in New Issue
Block a user