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 c8482be commit f97b696Copy full SHA for f97b696
.github/workflows/action_utest.yml
@@ -132,10 +132,6 @@ 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
- ls ~/.env
137
- source ~/.env/env.sh
138
- pkgs --update
139
scons --pyconfig-silent -C $TEST_BSP_ROOT
140
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
141
0 commit comments