Skip to content

Commit 54b1698

Browse files
committed
ci: don't fail fast
1 parent d2ddf7d commit 54b1698

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
name: "Test ${{ matrix.pm }} on ${{ matrix.os }}"
1616
runs-on: "${{ matrix.os }}-latest"
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
pm: ["pip", "conda", "nix"]
2021
os: ["ubuntu", "macos", "windows"]

0 commit comments

Comments
 (0)