mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Lint and test the tools in CI
This commit is contained in:
parent
604395ec26
commit
4bc5df458a
2
justfile
2
justfile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue