Skip to content

Commit 4540f07

Browse files
committed
chore: CI: re-enable mistakenly deactivated tests for Linux Lake
1 parent 7632cef commit 4540f07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ jobs:
189189
"check-level": 0,
190190
"check-rebootstrap": level >= 1,
191191
"check-stage3": level >= 2,
192+
// only check-level >= 1 opts into tests implicitly. TODO: Clean up this logic.
193+
"test": true,
192194
// NOTE: `test-speedcenter` currently seems to be broken on `ubuntu-latest`
193195
"test-speedcenter": large && level >= 2,
194196
// made explicit until it can be assumed to have propagated to PRs

0 commit comments

Comments
 (0)