From 2186c29246be38660ae90d727512ddd20e2e973b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 16 Dec 2023 00:20:06 +0000 Subject: [PATCH] Use `--testdox` when running tests in CI --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 91ee6fe..b0704a1 100755 --- a/run +++ b/run @@ -37,7 +37,7 @@ function build { function ci:test { nix develop --command composer install - nix develop --command phpunit + nix develop --command phpunit --testdox } # Display a list of all available commands.