-
Notifications
You must be signed in to change notification settings - Fork 7
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
Mutants Optimisations: big-packages, timeout multiplier, stacks-signer case #23
Conversation
- add debugging for stacks-signer package (build and nextest run)
can you share an example workflow using these changes? |
if i understand you here, the link in item 3 is what is being proposed in this change? is being evaluated as:
there may be an issue here: https://github.com/ASuciuX/stacks-core/blob/feat/test-stacks-signer/.github/workflows/pr-differences-mutants.yml#L207 edit: this result is quite strange. if you weren't sending an input, the composite workflow should fail because might be worth adding some |
|
I've had Also, the runs I've shared before were for specific testing cases from when I was developing them. This would be a final run:PR ASuciuX/archived-stacks-core#58 |
same issue here: i'm comfortable merging this when there are specific unhandled script errors |
I changed the action to send false if it's not true. Here's a run with it working: https://github.com/ASuciuX/stacks-core/actions/runs/7901429286/job/21625886921?pr=57#step:2:49 |
Updates:
stackslib
andstacks-node
stacks-signer