Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
refi64 committed Dec 19, 2024
1 parent c2daa6e commit 1faf409
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: tecolicom/actions-use-apt-tools@v1
with:
tools: ${{ env.APT_PACKAGES }}
method: timestamp
- uses: Swatinem/rust-cache@v2
- run: cargo check --all-targets --all-features

Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
- uses: tecolicom/actions-use-apt-tools@v1
with:
tools: ${{ env.APT_PACKAGES }} umockdev
method: timestamp
- uses: Swatinem/rust-cache@v2
- run: cargo nextest run --all-targets --all-features
- run: cargo test --all-features --doc
Expand All @@ -67,6 +69,7 @@ jobs:
- uses: tecolicom/actions-use-apt-tools@v1
with:
tools: ${{ env.APT_PACKAGES }}
method: timestamp
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-targets --all-features -- -D warnings

Expand All @@ -82,6 +85,7 @@ jobs:
- uses: tecolicom/actions-use-apt-tools@v1
with:
tools: ${{ env.APT_PACKAGES }}
method: timestamp
- uses: Swatinem/rust-cache@v2
with:
key: toolchain-latest
Expand All @@ -98,6 +102,7 @@ jobs:
- uses: tecolicom/actions-use-apt-tools@v1
with:
tools: ${{ env.APT_PACKAGES }}
method: timestamp
- run: cargo check -Z direct-minimal-versions

allgreen:
Expand Down

0 comments on commit 1faf409

Please sign in to comment.