Skip to content

Commit

Permalink
Faster install
Browse files Browse the repository at this point in the history
  • Loading branch information
sterliakov committed Dec 19, 2023
1 parent d4dae3a commit e6821c9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true

- name: Install tarpaulin
run: |
cargo install cargo-quickinstall
cargo quickinstall cargo-tarpaulin
- uses: taiki-e/install-action@v2
with:
tool: cargo-tarpaulin

- name: Run tests with coverage
run: RUST_BACKTRACE=1 cargo tarpaulin --out Xml
Expand Down

0 comments on commit e6821c9

Please sign in to comment.