knurling-rs / flip-link

Adds zero-cost stack overflow protection to your embedded programs
Apache License 2.0
271 stars 6 forks source link

xtest #44

Closed Urhengulas closed 3 years ago

Urhengulas commented 3 years ago

This PR transfers the non-static CI steps into the command cargo xtest.

Why xtest and not xtask?

Becasue it is mainly running cargo test, and just installs flip-link before it.

I started off with xtask, since this is the common name. But if feels a bit weird to just do cargo xtask, without sepcifying a subcommand, so I thought about cargo xtask test, but this is also weird, if there are no other subcomands.

Urhengulas commented 3 years ago

bors r+

bors[bot] commented 3 years ago

Build succeeded: