Skip to content

Commit 4f9b9fa

Browse files
committed
Merge branch 'ci/default_partition' into test/psram
2 parents f13d4ca + 3403dd1 commit 4f9b9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/scripts/tests_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ else
229229
fi
230230

231231
set +e
232-
${COUNT_SKETCHES} $test_folder $target "" "1" # Ignore requirements as we don't have the libs. The requirements will be checked in the run_test function
232+
${COUNT_SKETCHES} $test_folder $target "" 1 # Ignore requirements as we don't have the libs. The requirements will be checked in the run_test function
233233
sketchcount=$?
234234
set -e
235235
sketches=$(cat sketches.txt)

0 commit comments

Comments
 (0)