Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32
with:
cache-bin: false
- uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094
- uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026
with:
tool: nextest
- run: cargo nextest run --workspace --all-targets --all-features --locked
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false
- uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094
- uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026
with:
tool: cargo-deny
- run: cargo deny --all-features check
Expand Down
Loading