Skip to content

Commit 764e5ea

Browse files
committed
workflows: Fix CI
1 parent 7f50d4c commit 764e5ea

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,14 @@ jobs:
4646
- name: Checkout repository
4747
uses: actions/checkout@v4
4848
with:
49-
token: ${{ secrets.PAT_TOKEN }}
5049
submodules: recursive
5150
lfs: true
5251

53-
- name: Build EEST blockchain tests (RV64IM)
52+
- name: Build for RV64IM
5453
run: |
5554
cd qemu_runner && make ARCH=rv64 xpack-elf-eest
5655
57-
- name: Run EEST blockchain tests (RV64IM)
56+
- name: Run EESTs on qemu-riscv64
5857
id: run_tests
5958
shell: bash
6059
run: |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-and-run-rv32im:
10-
name: Build and Run EEST Tests (Ubuntu 25.10)
10+
name: Build and Run EEST Tests RV32IM (Ubuntu 25.10)
1111
runs-on: ubuntu-latest
1212
container: ubuntu:25.10
1313
steps:
@@ -48,11 +48,11 @@ jobs:
4848
submodules: recursive
4949
lfs: true
5050

51-
- name: Build EEST blockchain tests
51+
- name: Build for RV32IM
5252
run: |
5353
cd qemu_runner && make xpack-elf-eest
5454
55-
- name: Run EEST blockchain tests
55+
- name: Run EESTs on qemu-riscv32
5656
id: run_tests
5757
shell: bash
5858
run: |
@@ -86,7 +86,7 @@ jobs:
8686
shell: bash
8787
run: |
8888
echo "========================================"
89-
echo " EEST TEST SUMMARY"
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)