Skip to content

Commit a849840

Browse files
committed
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 <[email protected]>
1 parent d31e012 commit a849840

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
runs_on: ubuntu-22.04
2323
shell: bash
2424
build_options: "kasan=yes kasan_test=yes"
25+
- displayTargetName: mmu
26+
os: unix
27+
runs_on: ubuntu-22.04
28+
shell: bash
29+
build_options: "MMU=1"
2530
- displayTargetName: windows-2019
2631
os: windows
2732
runs_on: windows-2019

0 commit comments

Comments
 (0)