Skip to content

Commit

Permalink
Drop parallel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bilfeldt authored May 1, 2023
1 parent e42e9b8 commit 96be38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"scripts": {
"test": "./vendor/bin/testbench package:test --parallel --no-coverage",
"test": "./vendor/bin/testbench package:test --no-coverage",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"config": {
Expand Down

0 comments on commit 96be38c

Please sign in to comment.