From 87a16b38e6858a0aae04d9351d77ab2adc3a6538 Mon Sep 17 00:00:00 2001 From: Simon Johnston Date: Tue, 18 Aug 2020 13:04:39 -0700 Subject: [PATCH] Still fixing hidapi/libusb errors --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index df9fd93..5e41a03 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,6 +19,6 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests - run: cargo test --verbose --features command-line webhook + run: cargo test --verbose - name: Document - run: cargo doc --verbose --all-features --no-deps + run: cargo doc --verbose --no-deps