Skip to content

Commit

Permalink
ci: Use install-action to install cargo-careful
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 31, 2023
1 parent 38ffa9b commit 031f6d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,11 @@ jobs:
- run: rustup target add thumbv6m-none-eabi
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-expand
- uses: taiki-e/install-action@cargo-careful
if: startsWith(matrix.rust, 'nightly')
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-careful
tool: cargo-expand
if: startsWith(matrix.rust, 'nightly')
- run: cargo test --workspace --all-features
- run: cargo careful test --workspace --all-features
Expand Down

0 comments on commit 031f6d8

Please sign in to comment.