[ci] utest add --strict

This commit is contained in:
guozhanxin 2023-02-09 14:06:26 +08:00 committed by guo
parent ba5c63e65d
commit aa83f64ef2
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ jobs:
echo CONFIG_RT_USING_UTESTCASES=y >> $TEST_BSP_ROOT/.config
cat examples/utest/configs/$TEST_CONFIG_FILE >> $TEST_BSP_ROOT/.config
scons --pyconfig-silent -C $TEST_BSP_ROOT
scons -j$(nproc) -C $TEST_BSP_ROOT
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
- name: Start Test
if: ${{ success() }}