Skip to content

Commit

Permalink
ci: check msrv using locked dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed Apr 27, 2024
1 parent 9cd90a5 commit 678b177
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2

- run: cargo fetch --locked

- run: cargo hack --feature-powerset --no-dev-deps --rust-version check --workspace

features:
Expand Down

0 comments on commit 678b177

Please sign in to comment.