Skip to content

Commit

Permalink
ci: try to fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jan 16, 2024
1 parent 5b41a49 commit e999d90
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,11 @@ jobs:
cache-all-crates: "true"
key: "${{ matrix.os }}-${{ matrix.target }}"

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable

- name: Install cargo-llvm-cov
if: ${{matrix.coverage}}
uses: taiki-e/install-action@cargo-llvm-cov

- name: Install nextest
uses: taiki-e/install-action@nextest
components: llvm-tools-preview
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: taiki-e/install-action@nextest

- name: Collect coverage data
if: ${{matrix.coverage}}
Expand Down

0 comments on commit e999d90

Please sign in to comment.