Skip to content

Commit db961ea

Browse files
committed
Tweak CI
1 parent e844da8 commit db961ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/arrow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
run: cargo clippy -p arrow-data --all-targets --all-features -- -D warnings
181181
- name: Clippy arrow-schema with all features
182182
run: cargo clippy -p arrow-schema --all-targets --all-features -- -D warnings
183-
- name: Clippy arrow-array without SIMD
183+
- name: Clippy arrow-array with all features except SIMD
184184
run: cargo clippy -p arrow-array --all-targets -- -D warnings
185185
- name: Clippy arrow-select with all features
186186
run: cargo clippy -p arrow-select --all-targets --all-features -- -D warnings
@@ -194,7 +194,7 @@ jobs:
194194
run: cargo clippy -p arrow-json --all-targets --all-features -- -D warnings
195195
- name: Clippy arrow-string with all features
196196
run: cargo clippy -p arrow-string --all-targets --all-features -- -D warnings
197-
- name: Clippy arrow-ord without SIMD
198-
run: cargo clippy -p arrow-ord --all-targets -- -D warnings
197+
- name: Clippy arrow-ord with all features except SIMD
198+
run: cargo clippy -p arrow-ord --all-targets --features dyn_cmp_dict -- -D warnings
199199
- name: Clippy arrow
200200
run: cargo clippy -p arrow --features=prettyprint,csv,ipc,test_utils,ffi,ipc_compression,dyn_cmp_dict,dyn_arith_dict,chrono-tz --all-targets -- -D warnings

0 commit comments

Comments
 (0)