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 922a522 commit 1845189Copy full SHA for 1845189
.github/workflows/twister.yaml
@@ -52,7 +52,7 @@ jobs:
52
TWISTER_COMMON: '--no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
53
WEEKLY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
54
PR_OPTIONS: ' --clobber-output --integration'
55
- PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
+ PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered -T tests/kernel/threads'
56
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
57
BASE_REF: ${{ github.base_ref }}
58
steps:
0 commit comments