diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e9afc60..a6cde3e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,22 +36,8 @@ jobs: - run: cargo test working-directory: pyo3-polars - - run: cargo test --all-features - working-directory: pyo3-polars - - - run: cargo test --features dtype-categorical - working-directory: pyo3-polars - - - run: cargo test --features dtype-full - working-directory: pyo3-polars - - - run: cargo test --features dtype-struct - working-directory: pyo3-polars - - - run: cargo test --features dtype-array - working-directory: pyo3-polars - - - run: cargo test --features lazy + - uses: taiki-e/install-action@cargo-hack + - run: cargo hack test --each-feature working-directory: pyo3-polars - run: make install