From 4f04e9d933ba28e8fb75419dc66b8bcbb71027d5 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Sat, 5 Oct 2024 11:27:04 +0200 Subject: [PATCH] Use latest regression test suite in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8699e46..012ae92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: echo $GITHUB_WORKSPACE/sail-riscv >> $GITHUB_PATH - name: Init arch tests - run: riscof arch-test --clone --get-version 3.9 + run: riscof arch-test --clone - 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