Skip to content

Commit

Permalink
cleanup wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Oct 18, 2024
1 parent 5e420f5 commit 1595424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: cargo clippy --no-default-features --features=winit-libcosmic --all-targets --no-deps -- -D warnings
16 changes: 1 addition & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1595424

Please sign in to comment.