mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
👷 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)
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -5,6 +5,7 @@ jobs:
|
|||||||
test-firefox:
|
test-firefox:
|
||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ${{ matrix.os }}-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu, macos, windows]
|
os: [ubuntu, macos, windows]
|
||||||
# pypy3 not yet up to speed with py3.9 typing hints
|
# pypy3 not yet up to speed with py3.9 typing hints
|
||||||
|
|||||||
Reference in New Issue
Block a user