-
Notifications
You must be signed in to change notification settings - Fork 291
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
Improve continuous integration #54
Comments
PR #53 started duplicating a few tests from Travis-CI. |
Now with PR #61 we have even better coverage than what Travis was doing, tests run in parallel instead of sequentially. Leaving the bug open though because we're missing clippy due to libtock which triggers clippy errors. Will revisit when we'll be able to bump libtock-rs version. Also leaving the travis-ci at the moment to ensure that both are catching errors on upcoming PRs and we can disable it once we're confident that everything runs fine. |
Travis-CI has been broken in the last pull requests. Is it still useful or should we just get rid of it? |
I removed it. We were only keeping it for a while to see if Github workflows were correctly on par with Travis-CI |
Expected Behavior
All formatting, tests, and builds are run through Github workflows.
We should also use the Problem matchers wherever we can to have more automated actionable content in the Github PR review system.
Actual Behavior
Continuous integration runs on Travis-CI
Steps to Reproduce the Problem
N/A
Specifications
The text was updated successfully, but these errors were encountered: