Skip to content

Commit 88dbd80

Browse files
committed
👷 Tolerate some failures in matrix testing
Tests on the profile created with Firefox 144 are expected to fail on older NSS versions (exact version to be determined)
1 parent db841f2 commit 88dbd80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/main.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
test-firefox:
66
runs-on: ${{ matrix.os }}-latest
77
strategy:
8+
fail-fast: true
89
matrix:
910
os: [ubuntu, macos, windows]
1011
# pypy3 not yet up to speed with py3.9 typing hints

0 commit comments

Comments
 (0)