Skip to content

Refactor code in cpu.rs and emulator.rs #12

Refactor code in cpu.rs and emulator.rs

Refactor code in cpu.rs and emulator.rs #12

Workflow file for this run

name: test
on: push
jobs:
am-test:
name: am-test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: test
run: cargo test --test am-tests
riscv-test:
name: riscv-test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: test
run: cargo test --test riscv-tests