We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7865252 commit 4f04e9dCopy full SHA for 4f04e9d
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
echo $GITHUB_WORKSPACE/sail-riscv >> $GITHUB_PATH
35
36
- name: Init arch tests
37
- run: riscof arch-test --clone --get-version 3.9
+ run: riscof arch-test --clone
38
39
- name: Run RV32I compliance tests
40
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
0 commit comments