remove clippy checks, for now

This commit is contained in:
Corwin Kuiper 2021-04-11 02:40:52 +01:00 committed by Corwin
parent a85afe5e82
commit 9223127bd1

View file

@ -44,5 +44,4 @@ jobs:
run: cargo build --verbose run: cargo build --verbose
- name: Run Tests - name: Run Tests
run: pulseaudio -D && cargo test --verbose run: pulseaudio -D && cargo test --verbose
- name: Run Clippy
run: cargo clippy --verbose