Merge branch 'dev' of ssh://git@129.151.217.187:23/MikolajG/ttt-ce.git into dev
This commit is contained in:
commit
5284a72509
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- name: Install alsa and udev
|
- 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'
|
if: runner.os == 'linux'
|
||||||
- name: Build & run tests
|
- name: Build & run tests
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- name: Install alsa and udev
|
- 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)
|
- name: Run doc tests with all features (this also compiles README examples)
|
||||||
run: cargo test --doc --all-features
|
run: cargo test --doc --all-features
|
||||||
lint:
|
lint:
|
||||||
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
- name: Install alsa and udev
|
- 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
|
- name: Run clippy
|
||||||
run: cargo clippy --workspace --all-targets --all-features -- -Dwarnings
|
run: cargo clippy --workspace --all-targets --all-features -- -Dwarnings
|
||||||
- name: Check format
|
- name: Check format
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue