You've already forked apdu-dispatch
mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-03-11 16:36:07 -07:00
178 B
178 B
Tests
For the tests to run locally for ApduDispatch, you need to enable std for logs.
cargo test --features std,log-all --target $(rustc -Vv | awk 'NR==5{print $2}')