From c91f56d6774f0da3edb93be5135a8b15d204e59d Mon Sep 17 00:00:00 2001 From: Harold Dost Date: Thu, 18 Aug 2022 09:52:41 +0200 Subject: [PATCH] Testing MSRV without tokio --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10cd130829..1c1c64f7bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: run: cargo update -p serde --precise 1.0.142 - name: Run tests run: cargo --version && - cargo test --verbose --manifest-path=opentelemetry/Cargo.toml --features trace,metrics,rt-tokio,testing && + cargo test --verbose --manifest-path=opentelemetry/Cargo.toml --features trace,metrics,testing && cargo test --manifest-path=opentelemetry-jaeger/Cargo.toml --features rt-tokio && cargo test --manifest-path=opentelemetry-zipkin/Cargo.toml cargo-deny: