azure-pipelines: fix the test script

This commit is contained in:
Daniel Stenberg 2019-12-02 15:40:19 +01:00
parent 6983898b21
commit 5d576afc5e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -16,5 +16,5 @@ steps:
- script: make
displayName: 'make'
- script: test
displayName: 'make check'
- script: make check
displayName: 'test'