Skip to content

Commit 1ee079e

Browse files
committed
Add LKL test suite with MMU for github CI.
Run LKL tests (boot, disk, network) for LKL built with MMU configuration and KASan enabled. Signed-off-by: Eugene Rodionov <[email protected]>
1 parent a01f3ce commit 1ee079e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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_kasan
26+
os: unix
27+
runs_on: ubuntu-22.04
28+
shell: bash
29+
build_options: "MMU=1 MMU_KUNIT=1 kasan=yes"
2530
- displayTargetName: windows-2019
2631
os: windows
2732
runs_on: windows-2019

0 commit comments

Comments
 (0)