Skip to content

Commit

Permalink
GH actions: cargo update in unstable feature action
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Nov 5, 2024
1 parent f4384ea commit ea50333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
tool: cargo-hack,cargo-minimal-versions
- run: rustup set profile minimal
- run: rustup toolchain install ${{ matrix.tc }}
- run: cargo +${{ matrix.tc }} minimal-versions test --all --all-features
- run: cargo update
- run: cargo +${{ matrix.tc }} test --all --all-features
cross-compile:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit ea50333

Please sign in to comment.