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 7734f18 commit af14982Copy full SHA for af14982
.github/scripts/tests_run.sh
@@ -101,7 +101,7 @@ function run_test() {
101
fi
102
103
done
104
- printf "\n"
+ printf "Test return code: $error\n"
105
return $error
106
}
107
@@ -250,6 +250,7 @@ else
250
251
exit_code=0
252
run_test $target $sketch $options $erase || exit_code=$?
253
+ echo "Sketch $sketch exit code: $exit_code"
254
if [ $exit_code -ne 0 ]; then
255
error=$exit_code
256
tests/validation/gpio/ci.json
@@ -1,6 +1,7 @@
1
{
2
"platforms": {
3
"qemu": false,
4
- "hardware": false
+ "hardware": false,
5
+ "wokwi": false
6
7
0 commit comments