From 6502a7773199ef28dab0e122e8197a4fe7ff65e8 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 25 May 2022 12:58:35 +0200 Subject: [PATCH] Fail fast in unittests --- .github/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 0757cfb..a700c37 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -25,4 +25,4 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - name: Run unittests - run: python -m unittest discover \ No newline at end of file + run: python -m unittest discover -f \ No newline at end of file -- libgit2 0.21.4