From 7a010fe7fa434d3277a98e9278d617adca192f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 3 Oct 2024 11:41:33 -0700 Subject: [PATCH] Run more examples in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Run two more example that work without user input as part of our regular CI checks. Signed-off-by: Daniel Müller --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ace4e823..eae7caff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -338,6 +338,8 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - run: cargo run --example backtrace + - run: cargo run --example inspect-mangled + - run: cargo run --example normalize-virt-offset - run: cargo run --package gsym-in-apk c-header: name: Check generated C header