-
Notifications
You must be signed in to change notification settings - Fork 495
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
Remove deprecated --fail-at-end option #3449
Conversation
You can search for all occurrence of |
Ohh, sorry I did not think about the docs. will do so thank you. |
@bp7968h you should also try to build the project when you make some changes: $ cargo build
$ cargo fmt
$ cargo clippy I think the project is not building, you can see some CI/CD here => https://github.com/Orange-OpenSource/hurl/actions/runs/12039416760/job/33571179719?pr=3449 |
Hi @jcamiel, can you please approve the workflow on this one too, thank you. |
985822c
to
900e8b2
Compare
Yes, can you squash the 2 commits for this PR? Thanks |
Already done, thank you. |
You can delete all files in |
900e8b2
to
836ecf6
Compare
/accept |
🕗 /accept is running, please wait for completion. |
✅ Pull request merged and closed by
|
This PR removes the
--fail-at-end
cli args for hurlCloses #3430