diff --git a/action.yml b/action.yml index 0facaf4..4e7ce49 100644 --- a/action.yml +++ b/action.yml @@ -186,10 +186,10 @@ runs: RUST_CACHE_PARAMETERS: ${{ inputs.rust-cache-parameters }} if: inputs.use-rust-cache == 'true' - - name: Cache cargo & target directories - uses: Swatinem/rust-cache@v2 - with: ${{ steps.parse-rust-cache-parameters.outputs }} - if: inputs.use-rust-cache == 'true' + # - name: Cache cargo & target directories + # uses: Swatinem/rust-cache@v2 + # with: ${{ steps.parse-rust-cache-parameters.outputs }} + # if: inputs.use-rust-cache == 'true' - name: Run cargo test working-directory: ${{ inputs.working-directory }}