Skip to content

Privileged instructions can't trigger Trace exceptions #40

Privileged instructions can't trigger Trace exceptions

Privileged instructions can't trigger Trace exceptions #40

Workflow file for this run

name: cargo test
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
default: true
- uses: actions-rs/cargo@v1
with:
command: test