diff --git a/Makefile b/Makefile index f5c1dd4..7e7c995 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ lint: shellcheck bats unit-tests: /usr/local/bin/dokku-update @echo running unit tests... @mkdir -p test-results/bats - @$(QUIET) TERM=linux bats --formatter junit -e -T -o test-results/bats tests/unit + @$(QUIET) TERM=linux bats --report-formatter junit --timing -o test-results/bats tests/unit pre-build: git config --global --add safe.directory $(shell pwd)