Skip to content

Commit

Permalink
Merge pull request #69 from pluots/cargo-nextest
Browse files Browse the repository at this point in the history
Switch to cargo-nextest in CLI
  • Loading branch information
tgross35 authored Oct 18, 2023
2 parents 5674303 + 1859579 commit 52d7feb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/validation-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,20 @@ jobs:
pwd
ls
- uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Install nextest
uses: taiki-e/install-action@nextest
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.os }}
- run: cargo test
- run: cargo llvm-cov nextest --lcov --output-path lcov.info
- run: cargo test --doc
- name: Upload coverage data to codecov
uses: codecov/codecov-action@v3
with:
files: lcov.info

fmt:
name: formatting
Expand Down

0 comments on commit 52d7feb

Please sign in to comment.