veracruz
veracruz copied to clipboard
`make linux-tests` does not build everything built by `make linux`
It is probably the same with icecap
and nitro
, though I haven't tested.
To demonstrate: When make linux-tests
has just succeeded, make a breaking change in runtime_manager_linux.rs
and then run make linux-tests
again: it still succeeds. But if you run make linux
and then make linux-tests
, it fails, as expected.