]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use `fail-fast: false` in `mypy.yml` (#119297)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 21 May 2024 11:52:43 +0000 (14:52 +0300)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 11:52:43 +0000 (07:52 -0400)
See docs about this setting: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

.github/workflows/mypy.yml

index 35996f237814baf3b53c6bc0a07c9b71ff189beb..1b2d998182e0f746b6be112b0186d7bda1ffb4a2 100644 (file)
@@ -34,6 +34,7 @@ concurrency:
 jobs:
   mypy:
     strategy:
+      fail-fast: false
       matrix:
         target: [
           "Lib/_pyrepl",