File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ jobs:
48
48
uses : actions-rs/cargo@v1
49
49
with :
50
50
command : build
51
- args : ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome
51
+ args : ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland
52
52
53
53
- name : Test
54
54
uses : actions-rs/cargo@v1
55
55
with :
56
56
command : test
57
- args : ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome
57
+ args : ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland
58
58
59
59
clippy :
60
60
strategy :
85
85
uses : actions-rs/clippy-check@v1
86
86
with :
87
87
token : ${{ secrets.GITHUB_TOKEN }}
88
- args : --workspace --exclude plitki-gtk --exclude plitki-gnome
88
+ args : --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland
89
89
90
90
rustfmt :
91
91
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments