Skip to content

Commit f657db2

Browse files
Run Symfony tests in parallel
1 parent 0d137d6 commit f657db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/community_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
export USE_ZEND_ALLOC=0
7272
export USE_TRACKED_ALLOC=1
7373
export ASAN_OPTIONS=exitcode=139
74-
php ./phpunit --exclude-group tty,benchmark,intl-data,transient
74+
php ./phpunit src/Symfony --exclude-group tty,benchmark,intl-data,transient
7575
if [ $? -gt 128 ]; then
7676
exit 1
7777
fi

0 commit comments

Comments
 (0)