chore: CI: re-enable mistakenly deactivated tests for Linux Lake (#10788)
This commit is contained in:
parent
c4747752fe
commit
803ec8ff9d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -189,6 +189,8 @@ jobs:
|
|||
"check-level": 0,
|
||||
"check-rebootstrap": level >= 1,
|
||||
"check-stage3": level >= 2,
|
||||
// only check-level >= 1 opts into tests implicitly. TODO: Clean up this logic.
|
||||
"test": true,
|
||||
// NOTE: `test-speedcenter` currently seems to be broken on `ubuntu-latest`
|
||||
"test-speedcenter": large && level >= 2,
|
||||
// made explicit until it can be assumed to have propagated to PRs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue