Skip to content

Commit 239961e

Browse files
committed
tests: add --no-detailed-test-id to twister call
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent fc09970 commit 239961e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,6 +1849,7 @@ jobs:
18491849
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
18501850
${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \
18511851
--force-toolchain \
1852+
--no-detailed-test-id \
18521853
--subset ${{ matrix.subset }}/${{ env.SUBSET_COUNT }} \
18531854
${HOST_ARGS} \
18541855
${TEST_ARGS} \

0 commit comments

Comments
 (0)