Skip to content

Commit

Permalink
ci: use cargo hack test for each feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow committed Nov 2, 2024
1 parent 8c2b343 commit 4fd1a2d
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fd1a2d

Please sign in to comment.