test with --locked instead of --frozen
All checks were successful
Podman Rootless Demo / test-backend (push) Successful in 10m28s

This commit is contained in:
continuist 2025-09-19 19:18:45 -04:00
parent 7a00e27df9
commit 2f05c3c36d

View file

@ -114,7 +114,7 @@ jobs:
tar -x -C /workspace
cd /workspace/backend
# Build local crates using pre-built external dependencies
cargo build --release --frozen
cargo build --release --locked
cargo test --lib -- --test-threads=1
'