Skip to content

Commit

Permalink
check Cargo.lock consistency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pr2502 committed Aug 22, 2023
1 parent f6f0eb7 commit 6e27fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
with:
components: clippy, rustfmt
- name: Build
run: cargo build
run: cargo build --locked
- name: Test
run: cargo test
run: cargo test --locked
- name: Clippy
run: cargo clippy
- name: Rustfmt
Expand Down

0 comments on commit 6e27fe6

Please sign in to comment.