assert_cli
assert_cli copied to clipboard
No unnecessary rebuilds on CI
Why would we need to build, clean, build again? I guess either the author of this commit or of the author of 1e04c940 was drunk or something.
I know I've run into bugs with Skeptic where I have to cargo clean
for the tests to not die with errors about multiple options of <NAME>
crate.
Similar error as https://github.com/budziq/rust-skeptic/issues/27, not sure if root cause is the same.
btw in my other projects I switched to cargo check
, assuming there is no loss of validation from it
@epage that sounds more like https://github.com/budziq/rust-skeptic/issues/18 and https://github.com/budziq/rust-skeptic/issues/37 which are marked as solved since July 12th. But I haven't checked that myself. If you can reproduce it, you could maybe reopen one of these issues.