Skip to content

Replace 'metrics' with 'prometheus' #362

Replace 'metrics' with 'prometheus'

Replace 'metrics' with 'prometheus' #362

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:
test:
timeout-minutes: 10
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v42-rust
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- run: just fetch
- run: just test-build
- run: just test