From 5e752ee914e97d40c1593be225126ee5054e0814 Mon Sep 17 00:00:00 2001 From: Mike Bland Date: Sat, 30 Sep 2017 11:00:32 -0400 Subject: [PATCH] .appveyor.yml: Prefix test command with `time` This enables us to get an idea of the performance impact of a change. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index fdaa0b8..bc83024 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,4 +12,4 @@ build: off test_script: - where bash - bash --version - - bash libexec/bats test + - bash -c 'time libexec/bats test'