Przeglądaj źródła

Disable fail-fast for the moment, it makes debugging slightly easier.

Jelmer Vernooij 5 lat temu
rodzic
commit
934c386814
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .github/workflows/pythonpackage.yml

+ 1 - 0
.github/workflows/pythonpackage.yml

@@ -10,6 +10,7 @@ jobs:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
         python-version: [3.6, 3.7, 3.8, pypy3]
+      fail-fast: false
 
     steps:
     - uses: actions/checkout@v2