diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 8f3e62c44e7..065a2ddc902 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: include: - - { shard: 1, name: "Core foundation", packages: "vortex-buffer vortex-error" } + - { shard: 1, name: "Core foundation", packages: "vortex-buffer vortex-error vortex-mask" } - { shard: 2, name: "Arrays", packages: "vortex-array", features: "--features _test-harness" } - { shard: 3, name: "Main library", packages: "vortex" } - { shard: 4, name: "Encodings 1", packages: "vortex-alp vortex-bytebool vortex-datetime-parts" }