From f5bebd4eccce5d48c3908480cd72a4ae3bbbdf6f Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 27 Nov 2020 09:59:12 +0100 Subject: [PATCH] Add fail_ci_if_error to test workflow. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 801122e..792baf8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,3 +46,4 @@ jobs: uses: codecov/codecov-action@v1 with: name: Python ${{ matrix.python-version }} + fail_ci_if_error: true