test on ci.yml #3
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 49s
Podman Rootless Demo / test-rootless (push) Failing after 17s

This commit is contained in:
continuist 2025-09-18 22:45:29 -04:00
parent be96f69f55
commit c3afa62691

View file

@ -77,7 +77,7 @@ jobs:
sh -euxc '
mkdir -p /workspace
tar -x -C /workspace
cd /workspace
cd /workspace/backend
cargo test --lib -- --test-threads=1
'