Skip to content

build(deps): bump Swatinem/rust-cache from 2.7.3 to 2.7.5 #431

build(deps): bump Swatinem/rust-cache from 2.7.3 to 2.7.5

build(deps): bump Swatinem/rust-cache from 2.7.3 to 2.7.5 #431

Workflow file for this run

name: test
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/*.rs'
- justfile
- .github/workflows/test.yml
permissions:
contents: read
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa
with:
all_but_latest: true
access_token: ${{ github.token }}
test:
timeout-minutes: 10
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v43-rust
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
- run: just fetch
- run: just test-build
- run: just test