We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7632cef commit 4540f07Copy full SHA for 4540f07
.github/workflows/ci.yml
@@ -189,6 +189,8 @@ jobs:
189
"check-level": 0,
190
"check-rebootstrap": level >= 1,
191
"check-stage3": level >= 2,
192
+ // only check-level >= 1 opts into tests implicitly. TODO: Clean up this logic.
193
+ "test": true,
194
// NOTE: `test-speedcenter` currently seems to be broken on `ubuntu-latest`
195
"test-speedcenter": large && level >= 2,
196
// made explicit until it can be assumed to have propagated to PRs
0 commit comments