Skip to content

Commit

Permalink
ci: add Cargo.lock check (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Mar 4, 2023
1 parent c4487d8 commit ebc23b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
~/.cargo/git
key: cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE}}

- name: cargo tree
run: |
cargo tree
git checkout Cargo.lock
cargo tree --frozen
- name: cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit ebc23b3

Please sign in to comment.