Skip to content

Commit

Permalink
validate.sh: display timing
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Dec 6, 2024
1 parent d926e5b commit 79bf9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if [ -n "${DOCKER_IMAGE}" ]; then
fi
for nb in "${test_nb[@]}"; do
echo "======= Testing $nb"
validate_nb "${nb}"
time validate_nb "${nb}"
done

if $strict; then
Expand Down

0 comments on commit 79bf9c7

Please sign in to comment.