Skip to content
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

Schedule Github Actions to run on latest rust nightly builds #23

Open
ErnWong opened this issue Dec 6, 2021 · 0 comments
Open

Schedule Github Actions to run on latest rust nightly builds #23

ErnWong opened this issue Dec 6, 2021 · 0 comments

Comments

@ErnWong
Copy link
Owner

ErnWong commented Dec 6, 2021

Detect when the library could be broken on someone else's local rust nightly.

Possible options:

  • Run like a dependabot update, but instead of making a PR that tries updating cargo dependencies, make a PR that tries updating ./rust-toolchain and run tests on the result. Downside is that dependabot PRs don't run the checks automatically I think.
  • Use scheduled events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant