Remove insn_len field in IR structure #61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compliance Tests | |
on: [push, pull_request] | |
jobs: | |
arch-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: install-dependencies | |
run: | | |
.ci/riscv-toolchain-install.sh | |
shell: bash | |
- name: architectural test | |
run: | | |
.ci/riscv-tests.sh | |
shell: bash |