From 683db8f962069ab5eb91b54106557564e1c50400 Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:38:05 +0200 Subject: [PATCH] Revert "ci: allow tests to fail" This reverts commit bc55af8821c4f50b8b0bbed3763995f96ed974ca. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2cd5371..1106011 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,4 +42,4 @@ jobs: run: nimble build - name: Run tests - run: ./test || exit 0 # TODO: Stop allowing tests to fail. + run: ./test