Skip to content

Commit

Permalink
Add LKL test suite with MMU for github CI.
Browse files Browse the repository at this point in the history
Run LKL tests (boot, disk, network) for LKL built with MMU configuration
enabled.

Signed-off-by: Eugene Rodionov <[email protected]>
  • Loading branch information
rodionov committed Jan 2, 2025
1 parent d31e012 commit a849840
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a849840

Please sign in to comment.