Skip to content

Commit 6fe73b1

Browse files
authored
ci: add test for different features with cargo-hack (#107)
1 parent a6a37ef commit 6fe73b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- run: cargo test
3737
working-directory: pyo3-polars
3838

39+
- uses: taiki-e/install-action@cargo-hack
40+
- run: cargo hack test --each-feature
41+
working-directory: pyo3-polars
42+
3943
- run: make install
4044
working-directory: example/extend_polars_python_dispatch
4145

0 commit comments

Comments
 (0)