feat(virtio): add AMD SEV shared memory pool support for VirtIO DMA b… #157
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |