mirror of
https://github.com/olofk/serv.git
synced 2025-06-28 09:13:54 -04:00
Use latest regression test suite in CI
This commit is contained in:
parent
7865252e04
commit
4f04e9d933
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
echo $GITHUB_WORKSPACE/sail-riscv >> $GITHUB_PATH
|
echo $GITHUB_WORKSPACE/sail-riscv >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Init arch tests
|
- name: Init arch tests
|
||||||
run: riscof arch-test --clone --get-version 3.9
|
run: riscof arch-test --clone
|
||||||
|
|
||||||
- name: Run RV32I compliance tests
|
- name: Run RV32I compliance tests
|
||||||
run: riscof run --config=$SERV/verif/config.ini --suite=riscv-arch-test/riscv-test-suite/rv32i_m/I --env=riscv-arch-test/riscv-test-suite/env --no-browser
|
run: riscof run --config=$SERV/verif/config.ini --suite=riscv-arch-test/riscv-test-suite/rv32i_m/I --env=riscv-arch-test/riscv-test-suite/env --no-browser
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue