Skip to content

Commit

Permalink
Use --testdox when running tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
opdavies committed Dec 16, 2023
1 parent 9a5ec76 commit 2186c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2186c29

Please sign in to comment.