Skip to content

Commit 44383b4

Browse files
committed
test 8 socket config in short run suite
1 parent 42ba6d6 commit 44383b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: ${{ inputs.short_run == true }}
9999
run: |
100100
echo "SHORT_RUN=true" >> $GITHUB_ENV
101-
declare -a short_configs=("default.xml" "sock_2_var3.xml" "sock_4_var1_hmat.xml")
101+
declare -a short_configs=("default.xml" "sock_2_var3.xml" "sock_8_var1_hmat.xml")
102102
echo "CONFIG_OPTIONS=${short_configs[@]}" >> $GITHUB_ENV
103103
104104
- name: Set vars if long run

0 commit comments

Comments
 (0)