From 35747e937e1e9edbbac4c3b02fd364e5d61995e7 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 16 Dec 2020 09:10:53 +0000 Subject: [PATCH] try to get pipelines to fail --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0962da33..2892085e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,3 +43,4 @@ jobs: coverage run manage.py test -v 2 coveralls displayName: "Run django tests" + failOnStderr: "true"