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 f97b696 commit b2ed353Copy full SHA for b2ed353
.github/workflows/action_utest.yml
@@ -132,6 +132,7 @@ jobs:
132
run: |
133
echo CONFIG_RT_USING_UTESTCASES=y >> $TEST_BSP_ROOT/.config
134
cat examples/utest/configs/$TEST_CONFIG_FILE >> $TEST_BSP_ROOT/.config
135
+ scons --menuconfig
136
scons --pyconfig-silent -C $TEST_BSP_ROOT
137
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
138
0 commit comments