Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 283 Bytes

File metadata and controls

17 lines (11 loc) · 283 Bytes

Hacking

Build the code:

cargo build

By default the code is built for embedded.

Test the twine code:

cargo test --target "$(rustc -vV | grep host | awk '{ print $2; }')" -p twine

This will override the embedded target and ensure the tests are run on the host.