Skip to content

Commit

Permalink
tests: remove generate feature, add to feature to musl tests
Browse files Browse the repository at this point in the history
generate is going to be deprecated soon
[skip ci]
  • Loading branch information
jqnatividad committed Jan 4, 2024
1 parent 75c4b24 commit ebb34b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,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,polars,feature_capable
run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,polars,to,feature_capable

0 comments on commit ebb34b3

Please sign in to comment.