diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 644bcee..a60317d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,8 +19,8 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests - run: cargo test --verbose + run: cargo test --verbose --all-features - name: Check formatting run: cargo fmt --check - name: Build documentation - run: cargo doc --no-deps + run: cargo doc --no-deps --all-features