JuliaRegistries / RegistryCI.jl

Continuous integration (CI) tools for Julia package registries, including registry consistency testing, automatic merging (automerge) of pull requests, and automatic TagBot triggers
https://juliaregistries.github.io/RegistryCI.jl/stable
Other
31 stars 30 forks source link

Run the integration tests on both Julia v1 and Julia nightly #395

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

Hmmm. Currently we run the integration tests on one version of Julia, and it takes approx. 14-16 minutes. If we run the integration tests on two versions of Julia, it will take approx 28-32 minutes. (We can't run integration tests in parallel because we'll hit the GitHub API rate limits.)

I'm not sure that it's worth increasing the CI time to be 30 minutes per PR.