diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3c13d1b..4c9f2f2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,4 +19,6 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests - run: cargo test --verbose + run: cargo test --verbose --all-features + - name: Document + run: cargo doc --verbose --all-features --no-deps