build-configs(update)

This commit is contained in:
Oliver Davies 2023-11-22 23:01:26 +00:00
parent b0c7915c82
commit 7bfc40452a

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 {
@ -113,7 +114,7 @@ function _run {
}
# Include any local tasks.
source run.local || true
[[ -e run.local ]] && source run.local
TIMEFORMAT=$'\nTask completed in %3lR'
time "${@:-help}"