소스 검색

Don't stop other families tests when failed.

Konstantin Oblaukhov 5 년 전
부모
커밋
f0d42b6d5b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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