Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
build in loop
  • Loading branch information
acagliano authored Aug 25, 2024
1 parent 52feabf commit 7c3d31a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
find ${{env.LWIP_TESTS}} -name autotest.json -print0 | {
failed=0
while read -d '' test; do
make -C $(dirname $test)
make -C $(dirname $test) test || cmake -E true $((failed += $?))
done
cmake -E echo "$failed tests failed"
Expand Down

0 comments on commit 7c3d31a

Please sign in to comment.