From 233f5a0bdfb28b8cc73dad1f6d5d4c2c16d1b16c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 19 Oct 2021 15:47:45 +0100 Subject: [PATCH] fix lower msrv ci --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index f96081ae..5e5a6954 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -22,4 +22,4 @@ ci-test-rt-linux = " hack --feature-powerset test --package=actix-rt --li ci-test-server-linux = "hack --feature-powerset test --package=actix-server --lib --tests --no-fail-fast -- --nocapture" # test lower msrv -ci-test-lower-msrv = "hack --workspace --feature-powerset test --lib --tests --no-fail-fast -- --nocapture" +ci-test-lower-msrv = "hack --workspace --exclude=actix-server --exclude=actix-tls --feature-powerset test --lib --tests --no-fail-fast -- --nocapture"