From 9afaa54f5d794544a38578c54eb58ecf44b958c8 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Sat, 30 Oct 2021 23:57:21 +1300 Subject: [PATCH] ci(tests): Add timing measurement to output (#2269) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bcc61053..e8987763 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ generate-accounts: @ echo " # this is also a test comment, :O" >> test/config/postfix-accounts.cf tests: - @ NAME=$(NAME) ./test/bats/bin/bats test/*.bats + @ NAME=$(NAME) ./test/bats/bin/bats --timing test/*.bats .PHONY: ALWAYS_RUN test/%.bats: ALWAYS_RUN