Skip to content

Commit d0f0f9d

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

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
@@ -80,6 +80,7 @@ jobs:
8080
make distclean && make ENABLE_EXT_F=0 check -j$(nproc)
8181
make distclean && make ENABLE_EXT_C=0 check -j$(nproc)
8282
make distclean && make ENABLE_SDL=0 check -j$(nproc)
83+
make distclean && make ENABLE_Zicsr=0 check -j$(nproc)
8384
- name: misalignment test in block emulation
8485
env:
8586
CC: ${{ steps.install_cc.outputs.cc }}

0 commit comments

Comments
 (0)