Skip to content

Commit da3e79d

Browse files
committed
prevent tests from failing fast
1 parent a20be02 commit da3e79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ["3.9"]
15-
15+
fail-fast: false
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)