axaddrspace 0.5.5

ArceOS-Hypervisor guest address space management module
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Integration Test Workflow
# References shared workflow from axci

name: Test

on:
  push:
    branches:
      - '**'
    tags-ignore:
      - '**'
  pull_request:
  workflow_dispatch:

jobs:
  test:
    uses: arceos-hypervisor/axci/.github/workflows/test.yml@main