Still fixing hidapi/libusb errors

This commit is contained in:
Simon Johnston 2020-08-18 13:04:39 -07:00 committed by GitHub
parent 5e4937bb91
commit 87a16b38e6
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 --features command-line webhook run: cargo test --verbose
- name: Document - name: Document
run: cargo doc --verbose --all-features --no-deps run: cargo doc --verbose --no-deps