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