Skip to content

Commit

Permalink
ci: add test for different features with cargo-hack (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow authored Dec 8, 2024
1 parent a6a37ef commit 6fe73b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- run: cargo test
working-directory: pyo3-polars

- uses: taiki-e/install-action@cargo-hack
- run: cargo hack test --each-feature
working-directory: pyo3-polars

- run: make install
working-directory: example/extend_polars_python_dispatch

Expand Down

0 comments on commit 6fe73b1

Please sign in to comment.