Skip to content

Commit 01f5dc7

Browse files
committed
CI: Add test case for disabling Zifencei
Add a new test case to the CI pipeline when the Zifencei is disabled. This ensures better coverage and prevents regressions for this specific configuration.
1 parent dc72a44 commit 01f5dc7

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
@@ -87,6 +87,7 @@ jobs:
8787
make distclean && make ENABLE_Zbb=0 check -j$(nproc)
8888
make distclean && make ENABLE_Zbc=0 check -j$(nproc)
8989
make distclean && make ENABLE_Zbs=0 check -j$(nproc)
90+
make distclean && make ENABLE_Zifencei=0 check -j$(nproc)
9091
- name: misalignment test in block emulation
9192
env:
9293
CC: ${{ steps.install_cc.outputs.cc }}

0 commit comments

Comments
 (0)