Also run clippy on the image converter

This commit is contained in:
Gwilym Kuiper 2021-04-20 22:58:26 +01:00
parent 5234c7181e
commit 4b143f464c

View file

@ -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