Files
apdu-dispatch/README.md
2021-04-25 16:31:25 +02:00

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}')