From 5dc5ab2bcbb27452d966827ceea0071fcb3ab3b6 Mon Sep 17 00:00:00 2001 From: Florisbosch Date: Thu, 22 Dec 2022 11:09:30 +0100 Subject: [PATCH] test without random order --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0b3a4976..979e7fe3 100644 --- a/composer.json +++ b/composer.json @@ -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" },