Skip to content

Commit

Permalink
ci: install cargo tools with taiki-e/install-action (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianGoeb authored Oct 3, 2023
1 parent 1fb85cb commit f03a17a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ runs:
target/
key: cargo-repo-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}

- name: Install cargo-binstall
shell: bash
run: cargo install cargo-binstall
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
uses: ./.github/actions/setup

- name: Install more cargo tools
run: echo yes | cargo binstall cargo-llvm-cov cargo-nextest
uses: taiki-e/install-action@v2
with:
tool: cargo-llvm-cov,cargo-nextest

# test
- name: Run tests and generate coverage
Expand Down

0 comments on commit f03a17a

Please sign in to comment.