Skip to content

Commit

Permalink
tests: just use target-cpu=native on macOS CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Aug 3, 2024
1 parent 15b0929 commit 7673d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-macos-polars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
env:
RUSTFLAGS: -C +sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma,+pclmulqdq
RUSTFLAGS: -C target-cpu=native
run: cargo test --verbose --locked --features=polars,feature_capable

0 comments on commit 7673d46

Please sign in to comment.