Merge branch 'dev' of ssh://git@129.151.217.187:23/MikolajG/ttt-ce.git into dev

This commit is contained in:
NIMFER 2024-03-28 16:49:52 +01:00
commit 5284a72509

View file

@ -26,7 +26,7 @@ jobs:
with:
toolchain: stable
- name: Install alsa and udev
run: apt-get update; apt-get install --no-install-recommends -y libasound2-dev libudev-dev
run: apt-get update; apt-get install --no-install-recommends -y libasound2-dev libudev-dev libwayland-dev
if: runner.os == 'linux'
- name: Build & run tests
run: cargo test
@ -47,7 +47,7 @@ jobs:
with:
toolchain: stable
- name: Install alsa and udev
run: apt-get update; apt-get install --no-install-recommends -y libasound2-dev libudev-dev
run: apt-get update; apt-get install --no-install-recommends -y libasound2-dev libudev-dev libwayland-dev
- name: Run doc tests with all features (this also compiles README examples)
run: cargo test --doc --all-features
lint:
@ -68,7 +68,7 @@ jobs:
toolchain: stable
components: rustfmt, clippy
- name: Install alsa and udev
run: apt-get update; apt-get install --no-install-recommends -y libasound2-dev libudev-dev
run: apt-get update; apt-get install --no-install-recommends -y libasound2-dev libudev-dev libwayland-dev
- name: Run clippy
run: cargo clippy --workspace --all-targets --all-features -- -Dwarnings
- name: Check format