File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108
109109 - name : 🧪 Run Rust tests
110110 run : |
111- mold -run cargo test --all-features --workspace
111+ mold -run cargo test --all-features
112112
113113 - name : 📃 Generate code documentation info for website
114114 if : github.ref == 'refs/heads/master'
Original file line number Diff line number Diff line change @@ -26,20 +26,29 @@ members = [
2626 " proc-macros" ,
2727]
2828default-members = [
29+ " desktop" ,
30+ " desktop/wrapper" ,
2931 " editor" ,
3032 " frontend/wasm" ,
33+ " libraries/dyn-any" ,
34+ " libraries/path-bool" ,
35+ " libraries/math-parser" ,
36+ " node-graph/gapplication-io" ,
3137 " node-graph/gbrush" ,
3238 " node-graph/gcore" ,
3339 " node-graph/gcore-shaders" ,
34- " node-graph/gstd" ,
3540 " node-graph/gmath-nodes" ,
3641 " node-graph/gpath-bool" ,
3742 " node-graph/graph-craft" ,
3843 " node-graph/graphene-cli" ,
3944 " node-graph/graster-nodes" ,
45+ " node-graph/gstd" ,
4046 " node-graph/gsvg-renderer" ,
4147 " node-graph/interpreted-executor" ,
4248 " node-graph/node-macro" ,
49+ " node-graph/preprocessor" ,
50+ " node-graph/wgpu-executor" ,
51+ " proc-macros" ,
4352]
4453resolver = " 2"
4554
You can’t perform that action at this time.
0 commit comments