From d4bc7da5767100692e9af249f51b70b0b109154b Mon Sep 17 00:00:00 2001 From: Jonathan Klimt Date: Thu, 21 Nov 2024 18:57:03 +0100 Subject: [PATCH] Enable stats in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aef32205..e8eddaa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,9 +60,9 @@ jobs: - name: Run images timeout-minutes: 1 run: | - cargo run -- data/x86_64/hello_world - cargo run -- data/x86_64/rusty_demo - cargo run -- data/x86_64/hello_c + cargo run data/x86_64/hello_world --stats + cargo run data/x86_64/rusty_demo --stats + cargo run data/x86_64/hello_c --stats fmt: name: Format