Skip to content

Commit

Permalink
rename ci test
Browse files Browse the repository at this point in the history
- improve the readability
  • Loading branch information
stlankes committed Sep 6, 2023
1 parent 176f97c commit 4b7864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b7864a

Please sign in to comment.