build-configs(update)

This commit is contained in:
Oliver Davies 2023-11-22 22:54:44 +00:00
parent ff6c90bf25
commit 6cd3f8d463

5
run
View file

@ -2,7 +2,8 @@
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
set -eu
set -o errexit
set -o pipefail
# Run automated tests as part of the Continuous Integration (CI) pipeline.
function ci:test {
@ -95,7 +96,7 @@ function _run {
}
# Include any local tasks.
source run.local || true
[[ -e run.local ]] && source run.local
TIMEFORMAT=$'\nTask completed in %3lR'
time "${@:-help}"