Skip to content

Commit

Permalink
ci: add cargo-expand to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antalsz committed Jul 2, 2024
1 parent 372edf9 commit 00fde47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
override: true
- uses: taiki-e/install-action@v1
with:
tool: cargo-hack@0.6.28,cargo-make
# cargo-expand does not have stable output, so changing the version,
# while fine, will produce test case noise
tool: cargo-hack@0.6.28,cargo-make,cargo-expand@1.0.88
- run: cargo make check
clippy:
name: Clippy Lints
Expand Down

0 comments on commit 00fde47

Please sign in to comment.