File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : 🧪 Run Rust tests
110
110
run : |
111
- mold -run cargo test --all-features --workspace
111
+ mold -run cargo test --all-features
112
112
113
113
- name : 📃 Generate code documentation info for website
114
114
if : github.ref == 'refs/heads/master'
Original file line number Diff line number Diff line change @@ -26,20 +26,29 @@ members = [
26
26
" proc-macros" ,
27
27
]
28
28
default-members = [
29
+ " desktop" ,
30
+ " desktop/wrapper" ,
29
31
" editor" ,
30
32
" frontend/wasm" ,
33
+ " libraries/dyn-any" ,
34
+ " libraries/path-bool" ,
35
+ " libraries/math-parser" ,
36
+ " node-graph/gapplication-io" ,
31
37
" node-graph/gbrush" ,
32
38
" node-graph/gcore" ,
33
39
" node-graph/gcore-shaders" ,
34
- " node-graph/gstd" ,
35
40
" node-graph/gmath-nodes" ,
36
41
" node-graph/gpath-bool" ,
37
42
" node-graph/graph-craft" ,
38
43
" node-graph/graphene-cli" ,
39
44
" node-graph/graster-nodes" ,
45
+ " node-graph/gstd" ,
40
46
" node-graph/gsvg-renderer" ,
41
47
" node-graph/interpreted-executor" ,
42
48
" node-graph/node-macro" ,
49
+ " node-graph/preprocessor" ,
50
+ " node-graph/wgpu-executor" ,
51
+ " proc-macros" ,
43
52
]
44
53
resolver = " 2"
45
54
You can’t perform that action at this time.
0 commit comments