Skip to content

Commit e619638

Browse files
authored
Don't fail fast
1 parent e083e0f commit e619638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Test (${{ matrix.os }}, julia ${{ matrix.jlversion }})
1616
runs-on: ${{ matrix.os }}
1717
strategy:
18-
fail-fast: true
18+
fail-fast: false
1919
matrix:
2020
arch: [x64] # x86 unsupported by MicroMamba
2121
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -53,7 +53,7 @@ jobs:
5353
name: Test (${{ matrix.os }}, python ${{ matrix.pyversion }})
5454
runs-on: ${{ matrix.os }}
5555
strategy:
56-
fail-fast: true
56+
fail-fast: false
5757
matrix:
5858
os: [ubuntu-latest, windows-latest, macos-latest]
5959
pyversion: [">=3.8", "3.8"]

0 commit comments

Comments
 (0)