mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 01:21:34 +11:00
Also run clippy on the image converter
This commit is contained in:
parent
5234c7181e
commit
4b143f464c
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -46,6 +46,9 @@ jobs:
|
|||
- name: Run Clippy on agb
|
||||
working-directory: agb
|
||||
run: cargo clippy --verbose
|
||||
- name: Run Clippy on agb image converter
|
||||
working-directory: agb-image-converter
|
||||
run: cargo clippy --verbose
|
||||
- name: Run Tests for agb
|
||||
working-directory: agb
|
||||
run: cargo test --verbose
|
||||
|
|
Loading…
Reference in a new issue