We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de416a commit ed3c8dbCopy full SHA for ed3c8db
.github/workflows/unittests.yml
@@ -7,6 +7,7 @@ jobs:
7
name: python ${{ matrix.python-version }}, bitcoind ${{ matrix.bitcoind-version }} on ${{ matrix.os }}
8
runs-on: ${{ matrix.os }}
9
strategy:
10
+ fail-fast: false
11
matrix:
12
os: [macos-13, ubuntu-22.04, ubuntu-24.04]
13
# python-version: ["3.8", "3.13"]
0 commit comments