Skip to content

Commit

Permalink
Check Cargo.lock freshness on CI (#1565)
Browse files Browse the repository at this point in the history
Check that `Cargo.lock` is up-to-date on CI so we're not having to push messy lockfile fix ups after releases.
  • Loading branch information
michaelsproul committed Aug 26, 2020
1 parent 4763f03 commit 30bb7ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
- uses: actions/checkout@v1
- name: Lint code for quality and style with Clippy
run: make lint
- name: Certify Cargo.lock freshness
run: git diff --exit-code Cargo.lock
arbitrary-check:
name: arbitrary-check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 30bb7ae

Please sign in to comment.