Lint and test the tools in CI

This commit is contained in:
Gwilym Kuiper 2022-08-04 22:23:49 +01:00
parent 604395ec26
commit 4bc5df458a

View file

@ -9,11 +9,13 @@ build-release:
just _build-release agb just _build-release agb
clippy: clippy:
just _all-crates _clippy just _all-crates _clippy
just _clippy tools
test: test:
just _test-debug agb just _test-debug agb
just _test-debug agb-fixnum just _test-debug agb-fixnum
just _test-debug-arm agb just _test-debug-arm agb
just _test-debug tools
test-release: test-release:
just _test-release agb just _test-release agb