1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-04-25 07:15:17 +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
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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