Skip to content

Commit f5031fc

Browse files
committed
checkpoint
1 parent 3816e04 commit f5031fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
name: Unit tests
1616
runs-on: ubuntu-latest
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
python-version: ["3.8", "3.9", "3.10", "3.11"]
2021
steps:

.github/workflows/conformance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
name: Conformance Testing
1616
runs-on: ubuntu-latest
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
python-version: ["3.8", "3.9", "3.10", "3.11"]
2021
steps:

0 commit comments

Comments
 (0)