Open nyurik opened 2 years ago
I would like to keep AppVeyor around. There is already so much functionality concentrated on the GitHub platform. I'm still sad that Travis is not as easily available anymore.
I'm also fine with our GitHub workflow having more (or less, or other) tests/targets than other CI platforms.
Ok. I will add a few more targets / tests then:
cargo fmt
cargo clippy
That would be great!
note that we may at least reduce the number of AppVeyor targets - simply to speed up the testing -- they are not very fast it seems, and don't run things in parallel. Which ones do you think are important to keep there?
Would it make sense to consolidate all CI in a single github workflows platform? Seems weird to have multiple near-identical testing infrastructures that require contributors to understand?