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