From 0ba1073cb220f3933675889ecff1f133ee7f6395 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 5 Mar 2022 23:35:19 +0000 Subject: [PATCH] ignore actix-session tests on master ci --- .github/workflows/ci-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index b6523fda7..1f8e72285 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -122,7 +122,7 @@ jobs: timeout-minutes: 40 with: command: ci-test - args: --exclude=actix-redis -- --nocapture + args: --exclude=actix-redis --exclude=actix-session -- --nocapture - name: Clear the cargo caches run: |