From 1595424f4491e16fd26360b1397f235b629e4e77 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 18 Oct 2024 16:26:57 -0400 Subject: [PATCH] cleanup wayland --- .github/workflows/lint.yml | 4 +--- .github/workflows/test.yml | 16 +--------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9bcf5fd..66e19bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,5 @@ jobs: sudo apt-get install -y libxkbcommon-dev - name: Check lints iced run: cargo clippy --workspace --no-default-features --features=once_cell --all-targets --no-deps -- -D warnings - - name: Check lints wayland-libcosmic - run: cargo clippy --no-default-features --features=wayland-libcosmic --all-targets --no-deps -- -D warnings - name: Check lints winit-libcosmic - run: cargo clippy --no-default-features --features=winit-libcosmic --all-targets --no-deps -- -D warnings \ No newline at end of file + run: cargo clippy --no-default-features --features=winit-libcosmic --all-targets --no-deps -- -D warnings diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfbe918..4c58ea8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,18 +21,4 @@ jobs: - name: Run tests run: | cargo test --verbose --workspace - wayland: - runs-on: ubuntu-latest - steps: - - uses: hecrj/setup-rust-action@v1 - with: - rust-version: stable - - uses: actions/checkout@master - - name: Install dependencies - run: | - export DEBIAN_FRONTED=noninteractive - sudo apt-get -qq update - sudo apt-get install -y libxkbcommon-dev - - name: Run tests - run: | - cargo test --verbose --no-default-features --features=wayland-libcosmic +