diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ab94003..c50998f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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