Skip to content

Commit 513b341

Browse files
authored
gha: disable fail fast for unittests (#1799)
1 parent 70e9cb6 commit 513b341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
${{ matrix.tox_env }}@${{ matrix.os }}
9999
runs-on: ${{ matrix.os }}
100100
strategy:
101-
# fail-fast: false
101+
fail-fast: false
102102
# max-parallel: 5
103103
# The matrix testing goal is to cover the *most likely* environments
104104
# which are expected to be used by users in production. Avoid adding a

0 commit comments

Comments
 (0)