mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-26 10:08:41 +00:00
3 lines
193 B
Bash
Executable File
3 lines
193 B
Bash
Executable File
alias push="git push --recurse-submodules=on-demand"
|
|
alias test="php -dpcov.enabled=1 vendor/bin/phpunit --configuration tests/phpunit_default.xml"
|
|
alias fulltest="./Build/Helper/testreport.sh" |