-
Notifications
You must be signed in to change notification settings - Fork 13.3k
test added #135417
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
test added #135417
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @clubby789 (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
The job Click to see the possible cause of the failure (guessed by this bot)
|
hey, i thouht i can make myself a Draft PR i wanted to get familiary with CI and make a TDD apporach where i add a test that fails first and then fix it in next commits. Was that wrong? |
@Ganji00 this is a technique you can do. However...
|
@Ganji00 your branch is named "issue-69329-fix" but this PR cannot possibly be related to issue 69329, as far as I can tell. I'm okay with you trying again, and I'll reassign you to the issue if you open another draft PR with a test. I advise trying to make a minimal test instead of repurposing an existing one that will be testing unrelated things. |
No description provided.