From 88dbd801989a19a9409838c2b2db2731dd47fb01 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Thu, 13 Nov 2025 18:13:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Tolerate=20some=20failures=20in?= =?UTF-8?q?=20matrix=20testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tests on the profile created with Firefox 144 are expected to fail on older NSS versions (exact version to be determined) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3d50c1..9133639 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,7 @@ jobs: test-firefox: runs-on: ${{ matrix.os }}-latest strategy: + fail-fast: true matrix: os: [ubuntu, macos, windows] # pypy3 not yet up to speed with py3.9 typing hints