We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad376ac commit cbeecf2Copy full SHA for cbeecf2
1 file changed
.github/workflows/cd-build.yaml
@@ -270,9 +270,9 @@ jobs:
270
- { id: simulation, label: "CPU Simulation" }
271
- { id: memory, label: "Memory" }
272
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" }
+ - { 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" }
276
277
steps:
278
- *checkout
0 commit comments