From a8498400542109affe8ec43ab9c77414ac6e8c9b Mon Sep 17 00:00:00 2001 From: Eugene Rodionov Date: Thu, 2 Jan 2025 13:51:05 -0800 Subject: [PATCH] Add LKL test suite with MMU for github CI. Run LKL tests (boot, disk, network) for LKL built with MMU configuration enabled. Signed-off-by: Eugene Rodionov --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b5114ca55ac05..c120c069b69a7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,11 @@ jobs: runs_on: ubuntu-22.04 shell: bash build_options: "kasan=yes kasan_test=yes" + - displayTargetName: mmu + os: unix + runs_on: ubuntu-22.04 + shell: bash + build_options: "MMU=1" - displayTargetName: windows-2019 os: windows runs_on: windows-2019