Skip to content

Commit 5c6ac10

Browse files
committed
reduce load
Signed-off-by: Anas Nashif <[email protected]>
1 parent ec3c297 commit 5c6ac10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
TWISTER_COMMON: '--no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
4848
WEEKLY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
4949
PR_OPTIONS: ' --clobber-output --integration -T tests/kernel/threads'
50-
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
50+
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered -T tests/kernel/threads'
5151
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
5252
BASE_REF: ${{ github.base_ref }}
5353
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16

0 commit comments

Comments
 (0)