Przeglądaj źródła

Don't stop other families tests when failed.

Konstantin Oblaukhov 5 lat temu
rodzic
commit
f0d42b6d5b
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .github/workflows/cmake.yml

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

@@ -12,6 +12,7 @@ jobs:
     strategy:
       matrix:
         family: [F0, F1, F2, F3, F4, F7, G0, G4, H7, L0, L1, L4, L5]
+      fail-fast: false
 
     steps:
     - uses: actions/checkout@v2