Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Faria <[email protected]>
  • Loading branch information
albertofaria committed Apr 23, 2024
1 parent b349ec0 commit 46ad323
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@ prepare:
- podman
- qemu-img
- rustfmt
- name: Set up libvirt
how: shell
script:
- sudo systemctl start virtqemud

/unit_test:
summary: Run unit tests
execute:
how: tmt
script: |
PATH=$PATH:/root/.cargo/bin make unit
PATH=$PATH:/root/.cargo/bin LIBGUESTFS_BACKEND=direct make unit

/validate_test:
summary: Run validate test
Expand Down

0 comments on commit 46ad323

Please sign in to comment.