mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01: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:
parent
d9ee4168ed
commit
5e752ee914
|
@ -12,4 +12,4 @@ build: off
|
||||||
test_script:
|
test_script:
|
||||||
- where bash
|
- where bash
|
||||||
- bash --version
|
- bash --version
|
||||||
- bash libexec/bats test
|
- bash -c 'time libexec/bats test'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user