Skip to content

Add support for RV64SI tests and RV64D instructions #25

Add support for RV64SI tests and RV64D instructions

Add support for RV64SI tests and RV64D instructions #25

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-rv64ui:
name: riscv-test-rv64ui
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: test
run: cargo test --test riscv-tests-rv64ui
riscv-test-rv64mi:
name: riscv-test-rv64mi
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: test
run: cargo test --test riscv-tests-rv64mi
riscv-test-rv64si:
name: riscv-test-rv64si
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: test
run: cargo test --test riscv-tests-rv64si