mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
reenable clippy
This commit is contained in:
parent
7def18312f
commit
088ea23c2d
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue