Skip to content

Commit 236b661

Browse files
committed
log which project is under test
1 parent 8601bf7 commit 236b661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ source "${HERE}"/bashtest.sh
1010
for project in test-func test-func-dev; do
1111

1212
cd "${HERE}"/"${project}"
13+
echo "👩‍🔬 Running tests for $project"
1314

1415
if [[ "${project}" == "test-func" ]]; then
1516
target=release

0 commit comments

Comments
 (0)