ci: enable cache for test

This commit is contained in:
Nugine
2025-03-02 00:37:56 +08:00
parent 7ffe6a9063
commit cff10f8c55

View File

@@ -83,8 +83,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
cache-shared-key: "develop"
cache-save-if: "false"
cache-shared-key: "test"
- run: cargo test --all --exclude e2e_test
s3s-e2e: