ci: add record-daemon build-deps
This commit is contained in:
9
.github/workflows/record-daemon.yml
vendored
9
.github/workflows/record-daemon.yml
vendored
@@ -33,14 +33,19 @@ jobs:
|
||||
- name: Check format
|
||||
run: cargo fmt --check
|
||||
|
||||
- name: Lint
|
||||
run: cargo clippy --all-targets --all-features
|
||||
- name: Install system build dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y pkg-config libglib2.0-dev
|
||||
|
||||
- name: Build
|
||||
run: cargo build
|
||||
env:
|
||||
RUSTFLAGS: -Dwarnings
|
||||
|
||||
- name: Lint
|
||||
run: cargo clippy --all-targets --all-features
|
||||
|
||||
- name: Run tests with verbose logging (timeout 30min)
|
||||
run: timeout 30m cargo test -- --nocapture
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user