diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bacd65..a325611 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,13 +48,13 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome + args: ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland - name: Test uses: actions-rs/cargo@v1 with: command: test - args: ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome + args: ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland clippy: strategy: @@ -85,7 +85,7 @@ jobs: uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --workspace --exclude plitki-gtk --exclude plitki-gnome + args: --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland rustfmt: runs-on: ubuntu-20.04