Skip to content

Commit c7c146e

Browse files
committed
CI: Add test case for disabling BLOCK CHAINGING
Add a new test case to the CI pipeline when the BLOCK_CHAINING is disabled. This ensures better coverage and prevents regressions for this specific configuration.
1 parent 8a1b963 commit c7c146e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
make distclean && make ENABLE_SDL=0 check -j$(nproc)
8383
make distclean && make ENABLE_Zicsr=0 check -j$(nproc)
8484
make distclean && make ENABLE_MOP_FUSION=0 check -j$(nproc)
85+
make distclean && make ENABLE_BLOCK_CHAINING=0 check -j$(nproc)
8586
- name: misalignment test in block emulation
8687
env:
8788
CC: ${{ steps.install_cc.outputs.cc }}

0 commit comments

Comments
 (0)