Skip to content

Commit 6c02278

Browse files
committed
Fix rv32im
1 parent 764e5ea commit 6c02278

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/qemu-eest-blockchain-rv64.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
name: Build and Run EEST Tests RV64IM (Ubuntu 25.10)
1111
runs-on: ubuntu-latest
1212
container: ubuntu:25.10
13-
environment: ci
1413
steps:
1514
- name: Install system dependencies
1615
env:

.github/workflows/qemu-eest-blockchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
set +e
6060
cd qemu_runner
61-
make rerun_ctest 2>&1 | tee output.log
61+
make rerun-ctest 2>&1 | tee output.log
6262
6363
exit_code=${PIPESTATUS[0]}
6464
@@ -86,7 +86,7 @@ jobs:
8686
shell: bash
8787
run: |
8888
echo "========================================"
89-
echo " EEST TEST SUMMARY (RV32IM)"
89+
echo " EEST TEST SUMMARY (RV32IM)"
9090
echo "========================================"
9191
echo ""
9292
echo "Results: ${{ steps.run_tests.outputs.passed_percent }}% passed, ${{ steps.run_tests.outputs.failed }} failed out of ${{ steps.run_tests.outputs.total }}"

0 commit comments

Comments
 (0)