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 2c0de2e commit 216c15fCopy full SHA for 216c15f
.github/workflows/action_utest.yml
@@ -135,6 +135,7 @@ jobs:
135
run: |
136
echo CONFIG_RT_USING_UTESTCASES=y >> $TEST_BSP_ROOT/.config
137
cat examples/utest/configs/$TEST_CONFIG_FILE >> $TEST_BSP_ROOT/.config
138
+ pkgs --update
139
scons --pyconfig-silent -C $TEST_BSP_ROOT
140
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
141
0 commit comments