Skip to content

feat: support http headers in probes #26

feat: support http headers in probes

feat: support http headers in probes #26

Workflow file for this run

name: Rust
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
override: true
- name: Rust build
run: cd crates/client && cargo build --release