Skip to content

Commit

Permalink
reduce tarpaulin --timeout back to 5 minutes, put needs: back to Form…
Browse files Browse the repository at this point in the history
…atting
  • Loading branch information
dlaehnemann committed Jun 28, 2023
1 parent 17077eb commit 889e87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -111,7 +111,7 @@ jobs:
args: --all --no-fail-fast

Coverage:
needs: Testing
needs: Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -130,7 +130,7 @@ jobs:
with:
# TODO: update to latest tarpaulin once artefact download is fixed: https://github.com/actions-rs/tarpaulin/pull/23
version: "0.22.0"
args: "--workspace --all-features --run-types Tests,Doctests --out Lcov --timeout 1800"
args: "--workspace --all-features --run-types Tests,Doctests --out Lcov --timeout 300"

- name: Upload coverage
uses: coverallsapp/github-action@v1
Expand Down

0 comments on commit 889e87d

Please sign in to comment.