test with --locked instead of --frozen
All checks were successful
Podman Rootless Demo / test-backend (push) Successful in 10m28s
All checks were successful
Podman Rootless Demo / test-backend (push) Successful in 10m28s
This commit is contained in:
parent
7a00e27df9
commit
2f05c3c36d
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ jobs:
|
||||||
tar -x -C /workspace
|
tar -x -C /workspace
|
||||||
cd /workspace/backend
|
cd /workspace/backend
|
||||||
# Build local crates using pre-built external dependencies
|
# Build local crates using pre-built external dependencies
|
||||||
cargo build --release --frozen
|
cargo build --release --locked
|
||||||
cargo test --lib -- --test-threads=1
|
cargo test --lib -- --test-threads=1
|
||||||
'
|
'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue