Skip to content

Commit

Permalink
chore: ensure lockfile up-to-date
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Aug 5, 2024
1 parent 919292e commit 49ad340
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ jobs:
- name: Tests
run: cargo llvm-cov nextest --all ${{ matrix.flags }} --lcov --output-path lcov.info

- name: Check lockfile
run: cargo check --locked {{ matrix.flags }} --all-targets --all

- name: Doctests
run: cargo test --doc ${{ matrix.flags }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49ad340

Please sign in to comment.