excluded HID in tests

This commit is contained in:
Simon Johnston 2020-08-18 13:00:36 -07:00 committed by GitHub
parent a6a2067d54
commit 5e4937bb91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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