Skip to content

Commit

Permalink
make sure to and polars features are included in CI tests across plat…
Browse files Browse the repository at this point in the history
…forms and rust toolchains

except Windows - which takes forever to compile....
[skip ci]
  • Loading branch information
jqnatividad committed Jun 9, 2023
1 parent 69092c6 commit c01259e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
rustup update beta
rustup default beta
- name: Run tests
run: cargo test --verbose --features feature_capable,apply,fetch,generate,foreach,python,luau,magic
run: cargo test --verbose --features feature_capable,apply,fetch,generate,foreach,python,luau,magic,to,polars
2 changes: 1 addition & 1 deletion .github/workflows/rust-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
with:
key: qsv-macoscache
- name: Run tests
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,feature_capable
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,polars,to,feature_capable
2 changes: 1 addition & 1 deletion .github/workflows/rust-nightly-bleeding-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
override: true
default: true
- name: Run tests
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,feature_capable,nightly,magic
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,feature_capable,nightly,magic,to,polars
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
with:
key: qsv-cache
- name: Run tests
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,magic,polars,feature_capable
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,magic,polars,to,feature_capable

0 comments on commit c01259e

Please sign in to comment.