Merge pull request #301 from agbrs/arm-debug-tests

run arm debug tests in debug mode
This commit is contained in:
Corwin 2022-08-24 03:06:21 +01:00 committed by GitHub
commit ed218102ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ _test-debug crate:
just _build-debug {{crate}}
(cd "{{crate}}" && cargo test)
_test-debug-arm crate:
(cd "{{crate}}" && cargo test --release --target=armv4t-none-eabi)
(cd "{{crate}}" && cargo test --target=armv4t-none-eabi)
_clippy crate:
(cd "{{crate}}" && cargo clippy --examples --tests -- {{CLIPPY_ARGUMENTS}})
_clean crate: