File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,7 @@ jobs:
137137 - name : Run test suite
138138 id : unit-run
139139 run : |
140- if [[ $DB_CONNECTION == "mariadb" ]]; then
141- composer unit
142- else
143- composer parabench
144- fi
140+ composer parabench
145141 env :
146142 WALLET_CACHE_DRIVER : ${{ matrix.caches }}
147143 WALLET_LOCK_DRIVER : ${{ matrix.locks }}
Original file line number Diff line number Diff line change 3232 "ramsey/uuid" : " ^4.0"
3333 },
3434 "require-dev" : {
35- "brianium/paratest" : " ^7.4" ,
3635 "driftingly/rector-laravel" : " ^1.0" ,
3736 "ergebnis/phpstan-rules" : " ^2.1" ,
3837 "infection/infection" : " ~0.27" ,
6261 },
6362 "scripts" : {
6463 "docs" : " @php -S localhost:3000 -t ./docs" ,
65- "unit" :" @php vendor/bin/phpunit --coverage-xml=build/coverage-xml --log-junit=build/junit.xml" ,
66- "paraunit" :" @php vendor/bin/paratest --coverage-xml=build/coverage-xml --log-junit=build/junit.xml" ,
6764 "parabench" :" @php ./vendor/bin/testbench package:test --coverage-xml=build/coverage-xml --log-junit=build/junit.xml" ,
6865 "infect" : " @php vendor/bin/infection --coverage=build --min-msi=50 -j$(nproc) --only-covering-test-cases" ,
6966 "phpstan" : [" @phpstan-src" , " @phpstan-tests" ],
You can’t perform that action at this time.
0 commit comments