You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Allow warnings on downstream job tests (#6428)
* CI: Allow warnings on downstream job tests
#### Problem
During the downstream jobs, the patching step also updates crate
versions, causing issues when the updated crate versions have things
like deprecation warnings. See
https://github.com/anza-xyz/agave/actions/runs/15462162384/job/43525772248?pr=6415
for an example.
#### Summary of changes
Since we mainly want to be sure that downstream repos don't break, allow
warnings on the test step.
* Oops, missed v0
0 commit comments