1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

ci(tests): Add timing measurement to output (#2269)

This commit is contained in:
Brennan Kinney
2021-10-30 23:57:21 +13:00
committed by GitHub
parent d9e8accf5f
commit 9afaa54f5d

View File

@@ -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