Skip to content

111 http perf python fix #226

111 http perf python fix

111 http perf python fix #226

Workflow file for this run

name: Test
on: ["pull_request"]
jobs:
test:
name: all-test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run all tests
uses: actions-rs/cargo@v1
with:
command: test