Compare commits
No commits in common. "gitea" and "v1" have entirely different histories.
@ -186,10 +186,10 @@ runs:
|
|||||||
RUST_CACHE_PARAMETERS: ${{ inputs.rust-cache-parameters }}
|
RUST_CACHE_PARAMETERS: ${{ inputs.rust-cache-parameters }}
|
||||||
if: inputs.use-rust-cache == 'true'
|
if: inputs.use-rust-cache == 'true'
|
||||||
|
|
||||||
# - name: Cache cargo & target directories
|
- name: Cache cargo & target directories
|
||||||
# uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
# with: ${{ steps.parse-rust-cache-parameters.outputs }}
|
with: ${{ steps.parse-rust-cache-parameters.outputs }}
|
||||||
# if: inputs.use-rust-cache == 'true'
|
if: inputs.use-rust-cache == 'true'
|
||||||
|
|
||||||
- name: Run cargo test
|
- name: Run cargo test
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user