Skip to content

Initial RISC-V implementation #13

Initial RISC-V implementation

Initial RISC-V implementation #13

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Run tests on nightly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cargo test --all-features