Skip to content

Commit 42b2cc7

Browse files
ci: Build & test gdk4-macos
1 parent f23d3c7 commit 42b2cc7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/macos.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,19 @@ jobs:
5252
# with:
5353
# command: test
5454
# 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

0 commit comments

Comments
 (0)