ci: add --testdox flag

This commit is contained in:
Oliver Davies 2022-04-06 22:06:08 +01:00
parent 1334db0d83
commit 5cc1fb748b

2
run
View file

@ -18,7 +18,7 @@ function ci:test {
APP_BUILD=static
build
test "${@}"
test --testdox "${@}"
}
function composer {