Skip to content

Implement and provide access to request/response timing information. #14

Implement and provide access to request/response timing information.

Implement and provide access to request/response timing information. #14

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install protoc
run: script/install-protoc
- name: Build
run: cargo build
- name: Run tests
run: cargo test