Skip to content

Commit cbeecf2

Browse files
committed
Update cases keywords
1 parent ad376ac commit cbeecf2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ jobs:
270270
- { id: simulation, label: "CPU Simulation" }
271271
- { id: memory, label: "Memory" }
272272
shard:
273-
- { name: "Core", expr: "test_memo or test_container or test_depth" }
274-
- { name: "Mid", expr: "test_atomic or test_reduce or test_edge" }
275-
- { name: "Real Data", expr: "test_real" }
273+
- { name: "Core", expr: "(memo or container or depth) and not dict_memo" }
274+
- { name: "Mid", expr: "atomic or generic or edge_cases" }
275+
- { name: "Sample Data", expr: "sample" }
276276

277277
steps:
278278
- *checkout

0 commit comments

Comments
 (0)