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 @@ -25,20 +25,29 @@ members = [
25
25
" proc-macros" ,
26
26
]
27
27
default-members = [
28
+ " desktop" ,
29
+ " desktop/wrapper" ,
28
30
" editor" ,
29
31
" frontend/wasm" ,
32
+ " libraries/dyn-any" ,
33
+ " libraries/path-bool" ,
34
+ " libraries/math-parser" ,
35
+ " node-graph/gapplication-io" ,
30
36
" node-graph/gbrush" ,
31
37
" node-graph/gcore" ,
32
38
" node-graph/gcore-shaders" ,
33
- " node-graph/gstd" ,
34
39
" node-graph/gmath-nodes" ,
35
40
" node-graph/gpath-bool" ,
36
41
" node-graph/graph-craft" ,
37
42
" node-graph/graphene-cli" ,
38
43
" node-graph/graster-nodes" ,
44
+ " node-graph/gstd" ,
39
45
" node-graph/gsvg-renderer" ,
40
46
" node-graph/interpreted-executor" ,
41
47
" node-graph/node-macro" ,
48
+ " node-graph/preprocessor" ,
49
+ " node-graph/wgpu-executor" ,
50
+ " proc-macros" ,
42
51
]
43
52
resolver = " 2"
44
53
You can’t perform that action at this time.
0 commit comments