File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ jobs:
166
166
- { name: "gtk4", is_macros_crate: false }
167
167
- { name: "gdk4", is_macros_crate: false }
168
168
- { name: "gsk4", is_macros_crate: false }
169
+ - { name: "gdk4-macos", is_macros_crate: false }
169
170
- { name: "gdk4-x11", is_macros_crate: false }
170
171
- { name: "gdk4-wayland", is_macros_crate: false }
171
172
- { name: "gdk4-win32", is_macros_crate: false }
Original file line number Diff line number Diff line change 52
52
# with:
53
53
# command: test
54
54
# args: --features v4_8,xml_validation
55
+
56
+ - name : Build gdk4-macos
57
+ uses : actions-rs/cargo@v1
58
+ with :
59
+ command : build
60
+ args : --features v4_8 --manifest-path ./gdk4-macos/Cargo.toml
61
+ - name : Clippy gdk4-macos
62
+ uses : actions-rs/cargo@v1
63
+ with :
64
+ command : clippy
65
+ args : --features v4_8 --manifest-path ./gdk4-macos/Cargo.toml
66
+ - name : Tests gdk4-macos
67
+ uses : actions-rs/cargo@v1
68
+ with :
69
+ command : test
70
+ args : --features v4_8 --manifest-path ./gdk4-macos/Cargo.toml
You can’t perform that action at this time.
0 commit comments