1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00

.appveyor.yml: Prefix test command with time

This enables us to get an idea of the performance impact of a change.
This commit is contained in:
Mike Bland 2017-09-30 11:00:32 -04:00
parent d9ee4168ed
commit 5e752ee914
No known key found for this signature in database
GPG Key ID: 5121C73A6E07384B

View File

@ -12,4 +12,4 @@ build: off
test_script:
- where bash
- bash --version
- bash libexec/bats test
- bash -c 'time libexec/bats test'