Skip to content

feat(riscv): Add PPPTGlobal device support for PLIC partial passthrough (#22) #14

feat(riscv): Add PPPTGlobal device support for PLIC partial passthrough (#22)

feat(riscv): Add PPPTGlobal device support for PLIC partial passthrough (#22) #14

Workflow file for this run

name: Test
on:
workflow_call:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
components: rust-src
- name: Run Tests
run: cargo test --target x86_64-unknown-linux-gnu -- --nocapture