Skip to content

Commit

Permalink
remove llvm-cov from CI
Browse files Browse the repository at this point in the history
We do not use this result, and it takes forever to run.
  • Loading branch information
LGFae committed May 2, 2024
1 parent 3ee69e3 commit 06bf259
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,9 @@ jobs:
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected]
- uses: dtolnay/rust-toolchain@nightly
with:
components: llvm-tools-preview
- uses: taiki-e/install-action@cargo-nextest
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Run tests
run: cargo llvm-cov --workspace --locked nextest --html
- name: Upload test report
uses: actions/upload-artifact@v3
if: always()
with:
name: report
path: target/nextest/default/report.xml
retention-days: 30
- name: Upload coverage results
uses: actions/upload-artifact@v3
if: always()
with:
name: coverage
path: target/llvm-cov/
retention-days: 30
- run: cargo build --workspace --locked --verbose
- run: cargo nextest run --workspace --locked

stable:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 06bf259

Please sign in to comment.