chore: make test-wasm32-unknown-unknown run unconditionally.#4624
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
It used to be unconditional before #4547, Having it to run all PRs allows us to run `oxc_ast::generated::assert_layouts` tests on 32-bit platforms.
d9e636d to
61e8b8c
Compare
|
Contrary to the note above "overlookmotel added the merge label 5 hours ago — with Graphite App" I actually didn't add the merge label to this PR, or request merging it through Graphite app. I haven't used Graphite App for weeks. Clearly Graphite made a mistake here. @Dunqing just to let you know maybe it was Graphite who merged your PR when no-one requested merging other week. Luckily in this case, I do approve of the change and would have merged it. |

It used to be unconditional before #4547, Having it to run on all PRs allows us to run
oxc_ast::generated::assert_layoutstests on 32-bit platforms.