Add clippy to CI run of agb-entry

This commit is contained in:
Gwilym Kuiper 2021-08-07 16:52:12 +01:00
parent 1241896177
commit 9667e58e70

View file

@ -38,6 +38,9 @@ jobs:
- name: Run Clippy on agb image converter
working-directory: agb-image-converter
run: cargo clippy --verbose
- name: Run Clippy on agb entry
working-directory: agb-entry
run: cargo clippy --verbose
- name: Run Tests for agb in debug mode
working-directory: agb
run: cargo test --verbose