From 6c816fa8bf38c21b57c0239d4e09bd2183f808c4 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 24 Sep 2023 14:33:32 +0200 Subject: [PATCH] fail early --- scripts/check-unittests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-unittests.sh b/scripts/check-unittests.sh index d301d5d..fbb1810 100755 --- a/scripts/check-unittests.sh +++ b/scripts/check-unittests.sh @@ -12,4 +12,4 @@ if [ -n "${WORKERS}" ]; then fi mkdir -p coverages/ -coverage run -p --data-file coverages/coverage -m pytest tests \ No newline at end of file +coverage run -p --data-file coverages/coverage -m pytest tests -x \ No newline at end of file