From 4b7864a1a36d3da52e2a2fbaf5701cddaf83a1cb Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 6 Sep 2023 12:02:50 +0200 Subject: [PATCH] rename ci test - improve the readability --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d9bf89bee..f3c909ba9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -419,7 +419,7 @@ jobs: tar xzvf firecracker-x86_64.tgz --one-top-level=fc --strip-components 1 - name: Build minimal profile (debug) run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit --no-default-features --package hello_world - - name: Test minimal profile + - name: Test debug profile (Firecracker) run: | ./fc/firecracker-v1.4.1-x86_64 --no-api --config-file ./kernel/fc-config.json & sleep 1