-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issues with uom CI process #223
Comments
Additionally, combine `rustfmt` and `clippy` jobs for build performance reasons. #223
Additionally, disable osx and windows builds as well as combine `rustfmt` and `clippy` jobs for build performance reasons. #223
CI should be switched off of Travis CI. Travis has been slowly lowering the number of active open source builds. As of this writing the cap is 395. This is leading to a backlog which peaks around 9000 pending jobs daily. When When switching to a new CI system I would like to meet the following goals:
|
I'm trying to move it to Github Actions. Could you comment on why most of your tests are only compiled but not run? At first I thought it was about keeping CI run time within the limits of sanity, but when I try to actually run them, they panic. Are they just broken or what? |
Thanks for taking a look at this! It is expected that many of the integer tests fail which is why they're |
I recently discovered a number of issues with the current Travis CI process. These issues have let a number of regressions slip through. I have fixed some in a57f4b5 and 4d820e5. I have additional changes I'm working on to resolve failures seen here: https://travis-ci.org/github/iliekturtles/uom/jobs/742299009
exclude
keyword to start causing explicitly specified jobs to be skipped. This caused the most import test job to be skipped.How should the issues be fixed?
The text was updated successfully, but these errors were encountered: