Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

http: add BodyReader #182

http: add BodyReader

http: add BodyReader #182

Workflow file for this run

on:
push:
branches:
- main
name: CI
jobs:
cargo_test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: install nasm
uses: ilammy/setup-nasm@v1
if: startsWith(matrix.os, 'windows')
- uses: actions-rs/cargo@v1
with:
command: test
args: