Skip to content

Commit

Permalink
test without random order
Browse files Browse the repository at this point in the history
  • Loading branch information
florisbosch committed Dec 22, 2022
1 parent 90b8f9f commit 5dc5ab2
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 @@ -47,7 +47,7 @@
},
"scripts": {
"analyse": "echo \"Static analysis not configured yet.\" && exit 0",
"test": "vendor/bin/pest --order-by random",
"test": "vendor/bin/pest",
"test-coverage": "echo \"Test coverage not configured yet.\" && exit 0",
"format": "vendor/bin/pint"
},
Expand Down

0 comments on commit 5dc5ab2

Please sign in to comment.