Skip to content

Commit

Permalink
enable geocode feature in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Aug 28, 2023
1 parent 955eb30 commit 887f3b8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,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 --features feature_capable,apply,fetch,generate,foreach,python,luau,polars
run: cargo test --verbose --features feature_capable,apply,fetch,generate,geocode,foreach,python,luau,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,polars,to,feature_capable
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,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 @@ -35,4 +35,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,luau,python,feature_capable,nightly,polars
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,feature_capable,nightly,polars
2 changes: 1 addition & 1 deletion .github/workflows/rust-polars-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,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,luau,python,feature_capable,nightly,polars
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,feature_capable,nightly,polars
2 changes: 1 addition & 1 deletion .github/workflows/rust-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,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,luau,python,feature_capable
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,feature_capable
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,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,luau,python,feature_capable
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,feature_capable

0 comments on commit 887f3b8

Please sign in to comment.