From ccaa98a643eb623b1c41838d6a7d473a9be0b555 Mon Sep 17 00:00:00 2001 From: Shabeeb Khalid Date: Fri, 3 Mar 2023 10:31:57 -0800 Subject: [PATCH] Refactor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lukas Pühringer Signed-off-by: Shabeeb Khalid --- .github/workflows/_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 0c67d5f9..6a5f9782 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -31,7 +31,7 @@ jobs: tests: name: Tests needs: lint-test - continue-on-error: ${{ matrix.failure-allowed }} + continue-on-error: true strategy: # Run regular TUF tests on each OS/Python combination, plus # (sslib main) on Linux/Python3.x only.