Skip to content

Commit 5c75b0e

Browse files
authored
Merge pull request eza-community#339 from MartinFillon/make-windows-test-less-flaky
tests(actions): stabalised unit-tests.yml
2 parents 6c5c2ef + f25bd67 commit 5c75b0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/unit-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ jobs:
4040
toolchain: ${{ matrix.rust }}
4141

4242
- name: Install cargo-hack
43-
run: cargo install [email protected]
43+
uses: nick-fields/retry@v2
44+
with:
45+
timeout_minutes: 5
46+
max_attemps: 5
47+
command: cargo install cargo-hack
4448

4549
- name: Run unit tests
4650
run: cargo hack test

0 commit comments

Comments
 (0)