From 5e4937bb9151199fb4453eb30dbaf00f23e7a38b Mon Sep 17 00:00:00 2001 From: Simon Johnston Date: Tue, 18 Aug 2020 13:00:36 -0700 Subject: [PATCH] excluded HID in tests --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4c9f2f2..df9fd93 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 --all-features + run: cargo test --verbose --features command-line webhook - name: Document run: cargo doc --verbose --all-features --no-deps