Skip to content

Commit

Permalink
Update unit-tests.yml to try and work out why they keep failing befor…
Browse files Browse the repository at this point in the history
…e really starting...

Signed-off-by: Joey Sabey <joey.sabey@gmx.com>
  • Loading branch information
Omnikron13 committed Mar 17, 2024
1 parent 95cd055 commit b98ba10
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
cancel-in-progress: false

env:
CARGO_TERM_COLOR: always
Expand All @@ -45,8 +45,10 @@ jobs:
- name: Install cargo-hack
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
timeout_minutes: 15
max_attempts: 10
polling_interval_seconds: 300
retry_wait_seconds: 120
command: cargo install cargo-hack

- name: Run rustfmt checks
Expand Down

0 comments on commit b98ba10

Please sign in to comment.