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: |