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 43b112a commit 088670dCopy full SHA for 088670d
.github/workflows/twister.yaml
@@ -45,7 +45,7 @@ jobs:
45
BSIM_OUT_PATH: /opt/bsim/
46
BSIM_COMPONENTS_PATH: /opt/bsim/components
47
TWISTER_COMMON: '--no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
48
- DAILY_OPTIONS: ' -M --build-only --all --show-footprint'
+ DAILY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
49
PR_OPTIONS: ' --clobber-output --integration'
50
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
51
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
0 commit comments