Stabilize testcontainers in CI
This commit is contained in:
@@ -11,6 +11,7 @@ env:
|
|||||||
CARGO_BUILD_JOBS: "2"
|
CARGO_BUILD_JOBS: "2"
|
||||||
CARGO_INCREMENTAL: "0"
|
CARGO_INCREMENTAL: "0"
|
||||||
RUST_TEST_THREADS: "2"
|
RUST_TEST_THREADS: "2"
|
||||||
|
TESTCONTAINERS_RYUK_DISABLED: "true"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
rust:
|
rust:
|
||||||
@@ -29,6 +30,7 @@ jobs:
|
|||||||
rustfmt --version
|
rustfmt --version
|
||||||
cargo clippy --version
|
cargo clippy --version
|
||||||
docker --version
|
docker --version
|
||||||
|
docker info
|
||||||
|
|
||||||
- name: Run tooling unit tests
|
- name: Run tooling unit tests
|
||||||
run: python3 -m unittest discover -s tests/unit
|
run: python3 -m unittest discover -s tests/unit
|
||||||
|
|||||||
Reference in New Issue
Block a user