1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

ignore actix-session tests on master ci

This commit is contained in:
Rob Ede 2022-03-05 23:35:19 +00:00
parent 7e6335a09f
commit 0ba1073cb2
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

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