Skip to content

Commit f701a52

Browse files
committed
test
Signed-off-by: Joe Isaacs <[email protected]>
1 parent c0e4196 commit f701a52

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -524,14 +524,14 @@ jobs:
524524
strategy:
525525
matrix:
526526
include:
527-
- {shard: 1, name: "Core foundation", packages: "vortex-buffer vortex-dtype vortex-error"}
528-
- {shard: 2, name: "Array types", packages: "vortex-array vortex-scalar vortex-vector", features: "--features test-harness"}
529-
- {shard: 3, name: "Main library", packages: "vortex vortex-compute"}
530-
- {shard: 4, name: "Encodings 1", packages: "vortex-alp vortex-bytebool vortex-datetime-parts"}
531-
- {shard: 5, name: "Encodings 2", packages: "vortex-decimal-byte-parts vortex-fastlanes vortex-fsst", features: "--features test-harness"}
532-
- {shard: 6, name: "Encodings 3", packages: "vortex-pco vortex-runend vortex-sequence"}
533-
- {shard: 7, name: "Encodings 4", packages: "vortex-sparse vortex-zigzag vortex-zstd"}
534-
- {shard: 8, name: "Storage formats", packages: "vortex-flatbuffers vortex-proto vortex-btrblocks"}
527+
- { shard: 1, name: "Core foundation", packages: "vortex-buffer vortex-dtype vortex-error" }
528+
- { shard: 2, name: "Array types", packages: "vortex-array vortex-scalar vortex-vector", features: "--features test-harness" }
529+
- { shard: 3, name: "Main library", packages: "vortex vortex-compute" }
530+
- { shard: 4, name: "Encodings 1", packages: "vortex-alp vortex-bytebool vortex-datetime-parts" }
531+
- { shard: 5, name: "Encodings 2", packages: "vortex-decimal-byte-parts vortex-fastlanes vortex-fsst", features: "--features test-harness" }
532+
- { shard: 6, name: "Encodings 3", packages: "vortex-pco vortex-runend vortex-sequence" }
533+
- { shard: 7, name: "Encodings 4", packages: "vortex-sparse vortex-zigzag vortex-zstd" }
534+
- { shard: 8, name: "Storage formats", packages: "vortex-flatbuffers vortex-proto vortex-btrblocks" }
535535
name: "Benchmark with Codspeed (Shard #${{ matrix.shard }})"
536536
timeout-minutes: 120
537537
runs-on:

0 commit comments

Comments
 (0)