We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6caf9 commit dc16d5bCopy full SHA for dc16d5b
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
run: ./vendor/bin/phpstan analyse
85
86
- name: Run tests
87
- run: ./vendor/bin/pest --configuration ./phpunit.xml --coverage-clover runtime/.phpunit.cache/coverage.xml
+ run: ./vendor/bin/pest --parallel --configuration ./phpunit.xml --coverage-clover runtime/.phpunit.cache/coverage.xml
88
89
- name: Upload coverage reports to Codecov
90
uses: codecov/codecov-action@v5
dev/ci.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
4
-php artisan test
+php artisan test --parallel
5
/home/wwwroot/bamboocms-php/vendor/bin/pint
6
/home/wwwroot/bamboocms-php/vendor/bin/phpstan analyse
0 commit comments