소스 검색

Merge branch 'main' into cafk-gen-test-dirs

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 년 전
부모
커밋
242cf15d35
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      .github/workflows/unit-tests.yml

+ 5 - 1
.github/workflows/unit-tests.yml

@@ -40,7 +40,11 @@ jobs:
           toolchain: ${{ matrix.rust }}
 
       - name: Install cargo-hack
-        run: cargo install cargo-hack@0.5.27
+        uses: nick-fields/retry@v2
+        with:
+          timeout_minutes: 5
+          max_attemps: 5
+          command: cargo install cargo-hack
 
       - name: Run unit tests
         run: cargo hack test