Skip to content

Commit 69fbd2e

Browse files
Merge pull request #47 from TheDragonCode/patch/2025-04-30/21-17
Added parallel testing
2 parents 4df7cd0 + 8f76e8c commit 69fbd2e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"build": "@php vendor/bin/testbench workbench:build --ansi",
8181
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
8282
"prepare": "@php vendor/bin/testbench package:discover --ansi",
83-
"test": "@php vendor/bin/pest --compact",
84-
"test-coverage": "@test --type-coverage"
83+
"test": "@php vendor/bin/pest --parallel",
84+
"test-coverage": "@php vendor/bin/pest --type-coverage"
8585
}
8686
}

tests/Pest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
declare(strict_types=1);
1717

18+
pest()->printer()->compact();
19+
1820
pest()
1921
->extend(Tests\TestCase::class)
2022
->in('Unit');

0 commit comments

Comments
 (0)