Skip to content

Commit d4407b3

Browse files
authored
ci: assert Cargo.lock is up-to-date (#140)
1 parent d5b543d commit d4407b3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- run: pip install cargo-zigbuild
6060
if: ${{ matrix.os == 'ubuntu-latest' }}
6161

62-
- run: cargo check --all-targets --all-features --target ${{ matrix.target }}
62+
- run: cargo check --locked --all-targets --all-features --target ${{ matrix.target }}
6363
env:
6464
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml
6565

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)