Stabilize testcontainers in CI
Deploy / deploy (push) Successful in 34s
CI / Rust Checks (push) Failing after 5m38s
CI / UI Checks (push) Has been skipped
CI / Frontend E2E (push) Has been skipped
CI / Deployment Manifests (push) Has been skipped

This commit is contained in:
github-ops
2026-06-21 10:02:11 +00:00
parent 35841359b3
commit 697add5115
+2
View File
@@ -11,6 +11,7 @@ env:
CARGO_BUILD_JOBS: "2"
CARGO_INCREMENTAL: "0"
RUST_TEST_THREADS: "2"
TESTCONTAINERS_RYUK_DISABLED: "true"
jobs:
rust:
@@ -29,6 +30,7 @@ jobs:
rustfmt --version
cargo clippy --version
docker --version
docker info
- name: Run tooling unit tests
run: python3 -m unittest discover -s tests/unit