From cbeecf2f3dc7b233420c7afa1c6f9d03012476e0 Mon Sep 17 00:00:00 2001 From: Bobronium Date: Sat, 4 Apr 2026 06:28:59 +0400 Subject: [PATCH] Update cases keywords --- .github/workflows/cd-build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-build.yaml b/.github/workflows/cd-build.yaml index c6dc9a1..9fb58ae 100644 --- a/.github/workflows/cd-build.yaml +++ b/.github/workflows/cd-build.yaml @@ -270,9 +270,9 @@ jobs: - { id: simulation, label: "CPU Simulation" } - { id: memory, label: "Memory" } shard: - - { name: "Core", expr: "test_memo or test_container or test_depth" } - - { name: "Mid", expr: "test_atomic or test_reduce or test_edge" } - - { name: "Real Data", expr: "test_real" } + - { name: "Core", expr: "(memo or container or depth) and not dict_memo" } + - { name: "Mid", expr: "atomic or generic or edge_cases" } + - { name: "Sample Data", expr: "sample" } steps: - *checkout