Skip to content

Commit

Permalink
CI: use cargo-binstall to reduce the build time
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jun 30, 2023
1 parent 0e7d6d9 commit 025c3ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,12 @@ jobs:
- name: Install Rust toolchains
run: rustup toolchain install stable

- uses: taiki-e/install-action@v2
with:
tool: cargo-binstall

- name: Install Tarpaulin (for code coverage)
run: cargo install cargo-tarpaulin
run: cargo-binstall cargo-tarpaulin

- name: Run the tests
run: cargo tarpaulin --out lcov --output-dir coverage
Expand Down

0 comments on commit 025c3ed

Please sign in to comment.