Browse Source

Actually execute tests on Linux

urgh
Alex Crichton 6 years ago
parent
commit
5391cc8311
  1. 2
      azure-pipelines.yml

2
azure-pipelines.yml

@ -13,6 +13,8 @@ jobs:
- job: Linux
pool:
vmImage: ubuntu-16.04
steps:
- template: ci/azure-steps.yml
strategy:
matrix:
x86_64:

Loading…
Cancel
Save