1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 06:31:11 +01:00

Parallelize tests

This commit is contained in:
Daniil Gentili 2023-11-30 19:06:46 +01:00
parent 1f10c076f6
commit 0ba0e39427

View File

@ -47,7 +47,7 @@ if [ "$1" == "cs" ]; then
fi
if [ "$1" == "handshake" ]; then
composer test
php tests/handshake.php
exit 0
fi