reenable clippy

This commit is contained in:
Corwin Kuiper 2021-04-11 16:37:23 +01:00 committed by Corwin
parent 7def18312f
commit 088ea23c2d

View file

@ -42,6 +42,8 @@ jobs:
run: cargo install --git https://github.com/corwinkuiper/mgba-test-runner.git run: cargo install --git https://github.com/corwinkuiper/mgba-test-runner.git
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run Clippy
run: cargo clippy --verbose
- name: Run Tests - name: Run Tests
run: pulseaudio -D && cargo test --verbose run: pulseaudio -D && cargo test --verbose