Skip to content

Commit

Permalink
tests: add polars to musl CI test
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Oct 13, 2023
1 parent 74c012b commit c338a57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: apt-get update Ubuntu
run: |
sudo apt-get update
- name: build prep for x86_64-unknown-linux-musl
run: |
sudo apt-get install musl-tools musl-dev
sudo ln -s /usr/bin/g++ /usr/bin/musl-g++
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
Expand All @@ -53,4 +57,4 @@ jobs:
- name: Run tests
env:
RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,feature_capable
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,polars,feature_capable

0 comments on commit c338a57

Please sign in to comment.