Skip to content

Commit 85e875f

Browse files
committed
ci: add build step
1 parent b9abbeb commit 85e875f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-qemu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
echo "Updated kernel_path in $config"
4949
done
5050
51+
- name: Build axvisor
52+
run: |
53+
cargo xtask defconfig qemu-aarch64 \
54+
cargo xtask build
55+
5156
- name: Run tests
5257
run: |
5358
export RUST_LOG=debug

0 commit comments

Comments
 (0)