Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RUST_LOG=info
RUST_LOG=debug
PIPEWIRE_LATENCY=128/48000
JACK_PROMISCUOUS_SERVER=pipewire
RECORDING_DIR=./recordings
11 changes: 4 additions & 7 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable

- name: Check formatting
run: cargo fmt --check
- name: Lint
run: make lint

- name: Run Clippy
run: cargo clippy -- -D warnings

- name: Check compilation
run: cargo check
- name: Run tests
run: make test
Loading