ci: enforce frozen lockfile
Some checks failed
CI / build (push) Failing after 17s

This commit is contained in:
2026-05-26 03:19:14 -04:00
parent e2d51e9e91
commit bda85091af

View File

@@ -20,7 +20,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
- name: cargo check
run: cargo check --examples
run: cargo check --examples --frozen
- name: cargo build
run: cargo build --examples
run: cargo build --examples --frozen