We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d6a7d commit 681f08dCopy full SHA for 681f08d
1 file changed
.github/workflows/unit_mac.yml
@@ -47,7 +47,15 @@ jobs:
47
- run: bash scripts/environment/bootstrap-macos.sh
48
- run: bash scripts/environment/prepare.sh
49
- run: echo "::add-matcher::.github/matchers/rust.json"
50
- - run: make test
+
51
+ # Some tests e.g. `reader_exits_cleanly_when_writer_done_and_in_flight_acks` are flaky.
52
+ - name: Run tests
53
+ uses: nick-fields/retry@v3
54
+ with:
55
+ timeout_minutes: 45
56
+ max_attempts: 3
57
+ command: make test
58
59
- run: make test-behavior
60
61
- name: (PR review) Set latest commit status as ${{ job.status }}
0 commit comments