assert_cli icon indicating copy to clipboard operation
assert_cli copied to clipboard

No unnecessary rebuilds on CI

Open killercup opened this issue 7 years ago • 3 comments

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.

killercup avatar Oct 13 '17 08:10 killercup

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.

epage avatar Oct 13 '17 14:10 epage

btw in my other projects I switched to cargo check, assuming there is no loss of validation from it

epage avatar Oct 13 '17 14:10 epage

@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.

colin-kiegel avatar Oct 13 '17 20:10 colin-kiegel