diff options
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a63cfe21..0f968e618 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,6 +36,9 @@ jobs: - script: python -m flake8 displayName: 'Run linter' + - script: python -m pytest tests + displayName: Run tests + - job: build displayName: 'Build Containers' dependsOn: 'test' |