Skip to content

Commit

Permalink
Merge branch 'main' into aj/prefer-ddproxy-over-https-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve authored Oct 16, 2024
2 parents 2e3f0ce + 9b01c90 commit 0bed4de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/all-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ jobs:
delay: '3'
retries: '30'
polling_interval: '1'
checks_exclude: 'coverage'
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2
with:
tool: cargo-llvm-cov@0.6.9,nextest@0.9.68
tool: cargo-llvm-cov@0.6.13,nextest@0.9.81
- name: Generate code coverage (including doc tests)
run: |
cargo llvm-cov --all-features --workspace --no-report nextest
Expand Down

0 comments on commit 0bed4de

Please sign in to comment.