Skip to content

Commit d095aca

Browse files
committed
test: build all
1 parent 2ed4864 commit d095aca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
tostring)
156156
})')"
157157
158-
case "${{ inputs.wanted || 'active' }}" in
158+
case "${{ inputs.wanted || 'all' }}" in
159159
all) ;;
160160
active)
161161
codenames="$(echo "${codenames}" | jq -c -M 'map(select(.active))')"

0 commit comments

Comments
 (0)