Skip to content

feat: Add files mod to read binary files #31

feat: Add files mod to read binary files

feat: Add files mod to read binary files #31

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 riscland --test cpu_test -- tests --nocapture