We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23d3c7 commit 42b2cc7Copy full SHA for 42b2cc7
.github/workflows/macos.yml
@@ -52,3 +52,19 @@ jobs:
52
# with:
53
# command: test
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
63
64
+ command: clippy
65
66
+ - name: Tests gdk4-macos
67
68
69
+ command: test
70
0 commit comments