Skip to content

Commit

Permalink
[DONOTSUBMIT] test all suites
Browse files Browse the repository at this point in the history
Signed-off-by: You-Sheng Yang <[email protected]>
  • Loading branch information
vicamo committed Feb 1, 2025
1 parent 07aefea commit 4cf859a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
tostring)
})')"
case "${{ inputs.wanted || 'active' }}" in
case "${{ inputs.wanted || 'all' }}" in
all) ;;
active)
codenames="$(echo "${codenames}" | jq -c -M 'map(select(.active))')"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/per-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 4
matrix:
include: ${{ fromJSON(inputs.architectures) }}
timeout-minutes: 20
Expand Down

0 comments on commit 4cf859a

Please sign in to comment.