Skip to content

Commit 30a06a5

Browse files
authored
Merge pull request #15693 from marcusmoore/chore/remove-parallel-testing
Removed brianium/paratest
2 parents 6c6af78 + ce30863 commit 30a06a5

File tree

5 files changed

+4
-159
lines changed

5 files changed

+4
-159
lines changed

.github/workflows/tests-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
DB_DATABASE: snipeit
7777
DB_PORT: ${{ job.services.mysql.ports[3306] }}
7878
DB_USERNAME: root
79-
run: php artisan test --parallel
79+
run: php artisan test

.github/workflows/tests-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
DB_PORT: ${{ job.services.postgresql.ports[5432] }}
7575
DB_USERNAME: snipeit
7676
DB_PASSWORD: password
77-
run: php artisan test --parallel
77+
run: php artisan test

.github/workflows/tests-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
- name: Execute tests (Unit and Feature tests) via PHPUnit
5959
env:
6060
DB_CONNECTION: sqlite_testing
61-
run: php artisan test --parallel
61+
run: php artisan test

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"ext-exif": "*"
7575
},
7676
"require-dev": {
77-
"brianium/paratest": "^7.0",
7877
"fakerphp/faker": "^1.16",
7978
"larastan/larastan": "^2.9",
8079
"mockery/mockery": "^1.4",

composer.lock

Lines changed: 1 addition & 155 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)