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 98c719c commit c2daa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
tool: nextest
- uses: tecolicom/actions-use-apt-tools@v1
with:
tools: ${{ env.APT_PACKAGES }}
tools: ${{ env.APT_PACKAGES }} umockdev
- uses: Swatinem/rust-cache@v2
- run: cargo nextest run --all-targets --all-features
- run: cargo test --all-features --doc
Expand Down

0 comments on commit c2daa6e

Please sign in to comment.