We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3c297 commit 5c6ac10Copy full SHA for 5c6ac10
.github/workflows/twister.yaml
@@ -47,7 +47,7 @@ jobs:
47
TWISTER_COMMON: '--no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
48
WEEKLY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
49
PR_OPTIONS: ' --clobber-output --integration -T tests/kernel/threads'
50
- PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
+ PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered -T tests/kernel/threads'
51
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
52
BASE_REF: ${{ github.base_ref }}
53
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
0 commit comments