Skip to content

Commit 0933a2d

Browse files
committed
Remove --parallel flag
1 parent 46ad1d0 commit 0933a2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

0 commit comments

Comments
 (0)