Skip to content

feat: Add LBU, LHU, LWU, SB, SH, SW #23

feat: Add LBU, LHU, LWU, SB, SH, SW

feat: Add LBU, LHU, LWU, SB, SH, SW #23

Workflow file for this run

name: Github Actions
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
cup_test:
runs-on: ubuntu-22.04
steps:
- name: checkout code
uses: actions/[email protected]
- name: setup Rust Cargo
run: |
sudo apt install cargo
- name: run tests
run: |
cargo test --package emurv --test cpu_test -- tests --nocapture