-
Notifications
You must be signed in to change notification settings - Fork 46
Add github actions CI #57
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
Conversation
r? @posborne (rust-highfive has picked a reviewer for you, use r? to override) |
bors try |
tryBuild succeeded: |
rustfmt seems to have failed. Could you fix that @ryankurte? |
huh, looks like actions is now executing and i'm not sure what changed? applied rustfmt, fingers crossed... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
bors r+
57: Add github actions CI r=eldruin a=ryankurte Replaces #56, just adding the actions executor without swapping bors or removing travis. Odds are this doesn't work but, seemingly one can't add actions to a repo from a branch so it has to be manually merged anyway and fixed in PRs... @posborne seem (un)reasonable? Co-authored-by: ryan <ryan@kurte.nz>
Timed out. |
bors retry |
57: Add github actions CI r=eldruin a=ryankurte Replaces #56, just adding the actions executor without swapping bors or removing travis. Odds are this doesn't work but, seemingly one can't add actions to a repo from a branch so it has to be manually merged anyway and fixed in PRs... @posborne seem (un)reasonable? Co-authored-by: ryan <ryan@kurte.nz>
Timed out. |
bors retry |
57: Add github actions CI r=eldruin a=ryankurte Replaces #56, just adding the actions executor without swapping bors or removing travis. Odds are this doesn't work but, seemingly one can't add actions to a repo from a branch so it has to be manually merged anyway and fixed in PRs... @posborne seem (un)reasonable? Co-authored-by: ryan <ryan@kurte.nz>
Timed out. |
@ryankurte Since this works fine, could you also remove the |
bors try |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
bors r+
Finally! 🎉 |
Replaces #56, just adding the actions executor without swapping bors or removing travis.
Odds are this doesn't work but, seemingly one can't add actions to a repo from a branch so it has to be manually merged anyway and fixed in PRs...
@posborne seem (un)reasonable?