Use --testdox when running tests in CI

This commit is contained in:
Oliver Davies 2023-12-16 00:20:06 +00:00
parent 9a5ec76d7c
commit 2186c29246

2
run
View file

@ -37,7 +37,7 @@ function build {
function ci:test { function ci:test {
nix develop --command composer install nix develop --command composer install
nix develop --command phpunit nix develop --command phpunit --testdox
} }
# Display a list of all available commands. # Display a list of all available commands.