Skip to content

Commit

Permalink
chore: run command directly
Browse files Browse the repository at this point in the history
  • Loading branch information
crrow committed Jul 25, 2024
1 parent 59903fa commit 6300fc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main
- name: Install cargo-quickinstall
run: cargo install cargo-quickinstall
- name: Install tarpaulin
run: cargo binstall -y cargo-tarpaulin
run: cargo quickinstall cargo-tarpaulin
- name: Rust unit tests with coverage report
# https://github.com/xd009642/tarpaulin/issues/1092#issuecomment-1407739176
run: cargo tarpaulin --engine llvm --no-dead-code --no-fail-fast --all-features --workspace -o xml --output-dir ./cov-reports
Expand Down

0 comments on commit 6300fc3

Please sign in to comment.