diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c0e74541ee49a1..7b5ee5ebc92f77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -252,6 +252,10 @@ jobs: | sed s:$'\r'$:: \ | tee qemu-stdout.log + # The kernel should not be generating any warnings + - run: | + ! grep '] WARNING:' qemu-stdout.log + # Check - run: | grep '] rust_minimal: Rust minimal sample (init)$' qemu-stdout.log