Skip to content

Commit bac4408

Browse files
committed
Fix exec wrapper for tests bench --components
Signed-off-by: Hanno Becker <[email protected]>
1 parent d581033 commit bac4408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/bench/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
./scripts/tests bench --components -c ${{ inputs.perf }} --cross-prefix="${{ inputs.cross_prefix }}" \
8282
--cflags="${{ inputs.cflags }} ${{ inputs.archflags }}" \
8383
--opt=$([[ ${{ inputs.opt }} == "false" ]] && echo "no_opt" || echo "opt") \
84-
-v
84+
-v ${{ inputs.bench_extra_args }}
8585
- name: Check namespace
8686
shell: ${{ env.SHELL }}
8787
run: |

0 commit comments

Comments
 (0)