Skip to content

feat(virtio): add AMD SEV shared memory pool support for VirtIO DMA b… #157

feat(virtio): add AMD SEV shared memory pool support for VirtIO DMA b…

feat(virtio): add AMD SEV shared memory pool support for VirtIO DMA b… #157

Workflow file for this run

name: Test CI
on: [push, pull_request]
env:
rust-toolchain: nightly-2025-12-12
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.rust-toolchain }}
- name: Run unit tests
run: make unittest_no_fail_fast